manpage: fix typo

Fixes #2279.
This commit is contained in:
wm4 2015-09-03 12:01:18 +02:00
parent 61b902f5a7
commit 90efe329b9
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ but option values still need to be quoted as a whole if it contains certain
characters like spaces. A config entry can be quoted with ``"`` and ``'``,
as well as with the fixed-length syntax (``%n%``) mentioned before. This is like
passing the exact contents of the quoted string as command line option. C-style
escapes are currently _not_ interpreted on this level, although some options to
escapes are currently _not_ interpreted on this level, although some options do
this manually. (This is a mess and should probably be changed at some point.)
Putting Command Line Options into the Configuration File