]> git.notmuchmail.org Git - notmuch/commitdiff
doc: clean up manpage description of "notmuch-config list" output
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 10 Jan 2020 18:58:07 +0000 (13:58 -0500)
committerDavid Bremner <david@tethera.net>
Thu, 16 Jan 2020 10:38:29 +0000 (06:38 -0400)
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>
doc/man1/notmuch-config.rst

index 28487079b43b75bc07714a63ee9d3d81402c16f7..7347ad316ef16bef6dd1fe7b0789c1e697bef122 100644 (file)
@@ -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::
 
     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
 
     No additional whitespace surrounds the dot or equals sign
     characters. In a multiple-value item (a list), the values are