]> git.notmuchmail.org Git - notmuch/commitdiff
doc: minor corrections in notmuch-config.1
authorPieter Praet <pieter@praet.org>
Tue, 28 Feb 2012 18:42:03 +0000 (19:42 +0100)
committerDavid Bremner <bremner@debian.org>
Wed, 29 Feb 2012 11:27:44 +0000 (07:27 -0400)
* man/man1/notmuch-config.1

  - SYNOPSIS:
    Remove spaces in 'section.item' arg, and indicate that
    `notmuch config set' accepts multiple value args.

  - DESCRIPTION:
    Correct config option to exclude tags from search results.
    ('search.exclude_tags' instead of 'search.exclude')

Also see commit bb8ab4c8.

man/man1/notmuch-config.1

index 0260eb7952b5f6817b515c60b3a959739975788b..3d69cc6cddbf2b8d6adf9cbd36c312d8778173c9 100644 (file)
@@ -4,10 +4,10 @@ notmuch-config \- Access notmuch configuration file.
 .SH SYNOPSIS
 
 .B notmuch config get
-.RI  "<" section "> . <" item ">"
+.RI  "<" section ">.<" item ">"
 
 .B notmuch config set
-.RI  "<" section "> . <" item "> [" value "]"
+.RI  "<" section ">.<" item "> [" value " ...]"
 
 .SH DESCRIPTION
 
@@ -85,7 +85,7 @@ directory hierarchy.
 
 .RS 4
 .TP 4
-.B search.exclude
+.B search.exclude_tags
 A list of tags that will be excluded from search results by
 default. Using an excluded tag in a query will override that
 exclusion.