README: removed italic typeface.

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

View File

@@ -326,14 +326,14 @@ To configure Unit modules for other versions of PHP (including versions you
have customized), repeat the following command for each one: have customized), repeat the following command for each one:
``` ```
# ./configure php --module=<_prefix_> --config=<_script-name_> --lib-path=<_pathname_> # ./configure php --module=<prefix> --config=<script-name> --lib-path=<pathname>
``` ```
where where
* `--module` sets the filename prefix for the Unit module specific to the * `--module` sets the filename prefix for the Unit module specific to the
PHP version (that is, the resulting module is called PHP version (that is, the resulting module is called
<_prefix_>.**unit.so**). <prefix>.**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.
@@ -369,14 +369,14 @@ To configure Unit modules for other versions of Python (including versions you
have customized), repeat the following command for each one: have customized), repeat the following command for each one:
``` ```
# ./configure python --module=<_prefix_> --config=<_script-name_> # ./configure python --module=<prefix> --config=<script-name>
``` ```
where where
* `--module` sets the filename prefix for the Unit module specific to the * `--module` sets the filename prefix for the Unit module specific to the
Python version (that is, the resulting modules is called Python version (that is, the resulting modules is called
<_prefix_>.**unit.so**). <prefix>.**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.
@@ -410,7 +410,7 @@ To compile the packages for Go:
``` ```
# go env GOPATH # go env GOPATH
# export GOPATH=<_path_> # export GOPATH=<path>
``` ```
2. Compile and install the package: 2. Compile and install the package:
@@ -664,7 +664,7 @@ Delete the listener on *:8400:
| Object | Description | | Object | Description |
| --- | --- | | --- | --- |
| `<_IP-address_>:<_port_>` | IP address and port on which Unit listens for requests to the named application. The IP address can be either a full address (`127.0.0.1:8300`) or a wildcard (`*:8300`). | `<IP-address>:<port>` | IP address and port on which Unit listens for requests to the named application. The IP address can be either a full address (`127.0.0.1:8300`) or a wildcard (`*:8300`).
| `application` | Application name. | `application` | Application name.
Example: Example: