summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:32:53 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:32:53 -0500
commitf6e6541cf5fcf4fe6892549eecbdb01d34bd965e (patch)
tree9eca49e17cfa5e272d1411507ad8381138874dfb /taler-auditor-manual.rst
parent927cbec08828ef94615dc7f3dd9430f3e64172d9 (diff)
downloaddocs-f6e6541cf5fcf4fe6892549eecbdb01d34bd965e.tar.gz
docs-f6e6541cf5fcf4fe6892549eecbdb01d34bd965e.tar.bz2
docs-f6e6541cf5fcf4fe6892549eecbdb01d34bd965e.zip
mark up ‘serve’, ‘tcp’, ‘unix’
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index d16b7c23..ad735687 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -301,7 +301,7 @@ The auditor can serve HTTP over both TCP and UNIX domain socket.
The following values are to be configured in the section [auditor]:
-- 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``.