commit 8dcdf846f429119109cd3c78e3da4e0e4806addb parent c939bd1579a8ad97bb7937e130cc2ef90c6e233c Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Thu, 21 Jan 2021 23:49:09 -0500 tidy section ‘Serving’ - mark up ‘[exchange]’ - upcase and mark up each option - mark up ‘tcp’, ‘unix’ - downcase ‘is’ (where did that come from?!?) - downcase ‘mask’ Diffstat:
| M | taler-exchange-manual.rst | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -391,18 +391,18 @@ 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 values are to be configured in the section ``[exchange]``: -- serve: must be set to tcp to serve HTTP over TCP, or unix to serve +- ``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 - 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 - for the unixpath (i.e. 660 = rw-rw—-). +- ``UNIXPATH_MODE``: number giving the mode with the access permission mask + for the ``UNIXPATH`` (i.e. 660 = ``rw-rw---``). .. _Currency: