[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: tidy section ‘Serving’ (cont'd)
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: tidy section ‘Serving’ (cont'd) |
Date: |
Fri, 22 Jan 2021 05:56:29 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 9542aa6 tidy section ‘Serving’ (cont'd)
9542aa6 is described below
commit 9542aa619e076041e2bc2a046fe22ea9a1e5cbf3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 21 23:54:10 2021 -0500
tidy section ‘Serving’ (cont'd)
- upcase ‘serve’, mark up
- diction: s/values/options/
---
taler-exchange-manual.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index ee745e4..d7c3313 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.