summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:51:32 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:51:32 -0500
commitcbf961c716d15b397f9712ce4a2a0abdcfbb9ee8 (patch)
tree56ac8810dcb91cf726f918466a28d3ed0073c125
parent8dcdf846f429119109cd3c78e3da4e0e4806addb (diff)
downloaddocs-cbf961c716d15b397f9712ce4a2a0abdcfbb9ee8.tar.gz
docs-cbf961c716d15b397f9712ce4a2a0abdcfbb9ee8.tar.bz2
docs-cbf961c716d15b397f9712ce4a2a0abdcfbb9ee8.zip
tidy section ‘Serving’ (cont'd)
- capitalize first word in sentence - at period at end of sentence
-rw-r--r--taler-exchange-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d6dcc934..ee745e44 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -393,15 +393,15 @@ The exchange can serve HTTP over both TCP and UNIX domain socket.
The following values 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
+- ``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``.
-- ``UNIXPATH``: set to the UNIX domain socket path to listen on if serve is
- ``unix``
+- ``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
+- ``UNIXPATH_MODE``: Number giving the mode with the access permission mask
for the ``UNIXPATH`` (i.e. 660 = ``rw-rw---``).
.. _Currency: