summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:54:10 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:54:10 -0500
commit9542aa619e076041e2bc2a046fe22ea9a1e5cbf3 (patch)
tree776b57c0a2d73d9408ae09a268d79ff902065088
parentcbf961c716d15b397f9712ce4a2a0abdcfbb9ee8 (diff)
downloaddocs-9542aa619e076041e2bc2a046fe22ea9a1e5cbf3.tar.gz
docs-9542aa619e076041e2bc2a046fe22ea9a1e5cbf3.tar.bz2
docs-9542aa619e076041e2bc2a046fe22ea9a1e5cbf3.zip
tidy section ‘Serving’ (cont'd)
- upcase ‘serve’, mark up - diction: s/values/options/
-rw-r--r--taler-exchange-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index ee745e44..d7c33139 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -391,14 +391,14 @@ Serving
The exchange can serve HTTP over both TCP and UNIX domain socket.
-The following values are to be configured in the section ``[exchange]``:
+The following options are to be configured in the section ``[exchange]``:
- ``SERVE``: Must be set to ``tcp`` to serve HTTP over TCP, or ``unix`` to serve
HTTP over a UNIX domain socket.
-- ``PORT``: Set to the TCP port to listen on if serve is ``tcp``.
+- ``PORT``: Set to the TCP port to listen on if ``SERVE`` is ``tcp``.
-- ``UNIXPATH``: Set to the UNIX domain socket path to listen on if serve is
+- ``UNIXPATH``: Set to the UNIX domain socket path to listen on if ``SERVE`` is
``unix``.
- ``UNIXPATH_MODE``: Number giving the mode with the access permission mask