[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:53:51 +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 cbf961c tidy section ‘Serving’ (cont'd)
cbf961c is described below
commit cbf961c716d15b397f9712ce4a2a0abdcfbb9ee8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 21 23:51:32 2021 -0500
tidy section ‘Serving’ (cont'd)
- capitalize first word in sentence
- at period at end of sentence
---
taler-exchange-manual.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d6dcc93..ee745e4 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:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated: tidy section ‘Serving’ (cont'd),
gnunet <=