summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-01-10 13:58:07 -0500
committerDavid Bremner <david@tethera.net>2020-01-16 06:38:29 -0400
commitaba7fb375bf4edad5da40134b4e7a390a881792b (patch)
treeef456edff402747e784853984ad1c6c2ce2a73e4 /doc/man1
parent0a0413f5142b578ee6c5ba45e1dfcdc522f57e42 (diff)
doc: clean up manpage description of "notmuch-config list" output
The escaping in the description of the output of "notmuch-config list" appears to have been inherited from some previous attempts at documentation. It leaked out in the actual generated manpage documentation, where it looks like this: list Every configuration item is printed to stdout, each on a separate line of the form: *section*.\ *item*\ =\ *value* This simplification cleans up the overescaping. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 28487079..7347ad31 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -38,7 +38,7 @@ programmatically as described in the SYNOPSIS above.
Every configuration item is printed to stdout, each on a separate
line of the form::
- *section*.\ *item*\ =\ *value*
+ section.item=value
No additional whitespace surrounds the dot or equals sign
characters. In a multiple-value item (a list), the values are