diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 20:39:33 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 20:39:33 +0300 |
commit | 14b92a005873ac910ef9175eef23389e07693adf (patch) | |
tree | 701b60c41463ce27ff525ce738dc4bc7336572ce /README.md | |
parent | 8e9c7a1b260373f08b0db925c1fd6043da396622 (diff) | |
download | unit-14b92a005873ac910ef9175eef23389e07693adf.tar.gz unit-14b92a005873ac910ef9175eef23389e07693adf.tar.bz2 |
README: using entities.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -331,9 +331,9 @@ have customized), repeat the following command for each one: where - * `--module` sets the filename prefix for the Unit module specific to the - PHP version (that is, the resulting module is called - <prefix>.**unit.so**). + * `--module` sets the filename prefix for the Unit module specific + to the PHP version (that is, the resulting module is called + <prefix>.**unit.so**). * `--config` specifies the filename of the **php-config** script for the particular version of PHP. @@ -374,9 +374,9 @@ have customized), repeat the following command for each one: where - * `--module` sets the filename prefix for the Unit module specific to the - Python version (that is, the resulting modules is called - <prefix>.**unit.so**). + * `--module` sets the filename prefix for the Unit module specific + to the Python version (that is, the resulting modules is called + <prefix>.**unit.so**). * `--config` specifies the filename of the **python-config** script for the particular version of Python. |