From 8e9c7a1b260373f08b0db925c1fd6043da396622 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 6 Sep 2017 20:13:33 +0300 Subject: [PATCH] README: removed italic typeface. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a70d82d..da2bdfbe 100644 --- a/README.md +++ b/README.md @@ -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: ``` -# ./configure php --module=<_prefix_> --config=<_script-name_> --lib-path=<_pathname_> +# ./configure php --module= --config= --lib-path= ``` 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**). + .**unit.so**). * `--config` specifies the filename of the **php-config** script for the 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: ``` -# ./configure python --module=<_prefix_> --config=<_script-name_> +# ./configure python --module= --config= ``` 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**). + .**unit.so**). * `--config` specifies the filename of the **python-config** script for the particular version of Python. @@ -410,7 +410,7 @@ To compile the packages for Go: ``` # go env GOPATH - # export GOPATH=<_path_> + # export GOPATH= ``` 2. Compile and install the package: @@ -664,7 +664,7 @@ Delete the listener on *:8400: | 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 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. Example: