README: using entities.

This commit is contained in:
Igor Sysoev
2017-09-06 20:39:33 +03:00
parent 8e9c7a1b26
commit 14b92a0058

View File

@@ -331,9 +331,9 @@ have customized), repeat the following command for each one:
where where
* `--module` sets the filename prefix for the Unit module specific to the * `--module` sets the filename prefix for the Unit module specific
PHP version (that is, the resulting module is called to the PHP version (that is, the resulting module is called
<prefix>.**unit.so**). &lt;prefix&gt;.**unit.so**).
* `--config` specifies the filename of the **php-config** script for the * `--config` specifies the filename of the **php-config** script for the
particular version of PHP. particular version of PHP.
@@ -374,9 +374,9 @@ have customized), repeat the following command for each one:
where where
* `--module` sets the filename prefix for the Unit module specific to the * `--module` sets the filename prefix for the Unit module specific
Python version (that is, the resulting modules is called to the Python version (that is, the resulting modules is called
<prefix>.**unit.so**). &lt;prefix&gt;.**unit.so**).
* `--config` specifies the filename of the **python-config** script for the * `--config` specifies the filename of the **python-config** script for the
particular version of Python. particular version of Python.