summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant-manual.rst')
-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