summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index ae870c2e..9a80ff1b 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -21,8 +21,9 @@ The file is split into sections.
Every section begins with “[SECTIONNAME]” and
contains a number of options of the form “OPTION=VALUE”.
There may be whitespace around the ``=`` (equal sign).
-Section names and options are case-insensitive.
-The values, however, are case-sensitive.
+Section names and options are *case-insensitive*.
+
+The values, however, are *case-sensitive*.
In particular, boolean values are one of ``YES`` or ``NO``.
Values can be quoted by surrounding them with ``"`` (double quote).