summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-09 03:55:05 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-09 03:55:05 -0500
commitba6ff4da9bbfcece9f625c0cf3129af5fe3d495a (patch)
treed2d62de9b824f6069d1e731bc2ed1dda3146abdd
parent160792e02e8450e5dabb3bbdd3b5b7267e254a6c (diff)
downloaddocs-ba6ff4da9bbfcece9f625c0cf3129af5fe3d495a.tar.gz
docs-ba6ff4da9bbfcece9f625c0cf3129af5fe3d495a.tar.bz2
docs-ba6ff4da9bbfcece9f625c0cf3129af5fe3d495a.zip
add comment re escaping mechanism (PTAL)
-rw-r--r--manpages/taler.conf.5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index d4099b47..8a653499 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -27,6 +27,8 @@ The values, however, are *case-sensitive*.
In particular, boolean values are one of ``YES`` or ``NO``.
Values can include whitespace by surrounding
the entire value with ``"`` (double quote).
+.. From reading source, IIUC there is no escaping mechanism.
+ What am i missing? --ttn
Values that represent filenames can begin with a ``/bin/sh``-like
variable reference.