summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-11 14:49:30 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-11 14:49:30 -0500
commitc267b41f6bcf157aaadbbd1fbc3b052fc121b86d (patch)
tree723a868832cf8fc0a4cea4edf97519caead1164f
parent568ac4f7c2a0e248aeda2de17ed312819bcc0b93 (diff)
downloaddocs-c267b41f6bcf157aaadbbd1fbc3b052fc121b86d.tar.gz
docs-c267b41f6bcf157aaadbbd1fbc3b052fc121b86d.tar.bz2
docs-c267b41f6bcf157aaadbbd1fbc3b052fc121b86d.zip
dedent (five instances)
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 0ac42e8a..e2848604 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -547,12 +547,12 @@ merchant backend:
If given,
- - ``TCP``, then we need to set the TCP port in ``[MERCHANT]/PORT``
+- ``TCP``, then we need to set the TCP port in ``[MERCHANT]/PORT``
- - ``UNIX``, then we need to set the unix domain socket path and mode
- in ``[MERCHANT]/UNIXPATH`` and ``[MERCHANT]/UNIXPATH_MODE``. The
- latter takes the usual permission mask given as a number, e.g. 660
- for user/group read-write access.
+- ``UNIX``, then we need to set the unix domain socket path and mode
+ in ``[MERCHANT]/UNIXPATH`` and ``[MERCHANT]/UNIXPATH_MODE``. The
+ latter takes the usual permission mask given as a number, e.g. 660
+ for user/group read-write access.
The frontend can then connect to the backend over HTTP using the specified
address. If frontend and backend run within the same operating system, the