notmuch-tag.1: tidy synopsis formatting, reference

Consistently use [...]; one less space. Use singular <search-term>
This commit is contained in:
David Bremner 2012-12-25 15:42:45 -04:00
parent 1325e1afb9
commit 5a1b22e2bc

View file

@ -4,20 +4,21 @@ notmuch-tag \- add/remove tags for all messages matching the search terms
.SH SYNOPSIS .SH SYNOPSIS
.B notmuch tag .B notmuch tag
.RI "+<" tag> "|\-<" tag "> [...] [\-\-] <" search-term ">..." .RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
.SH DESCRIPTION .SH DESCRIPTION
Add/remove tags for all messages matching the search terms. Add/remove tags for all messages matching the search terms.
See \fBnotmuch-search-terms\fR(7) See \fBnotmuch-search-terms\fR(7)
for details of the supported syntax for <search-terms>. for details of the supported syntax for
.RI < search-term >.
Tags prefixed by '+' are added while those prefixed by '\-' are Tags prefixed by '+' are added while those prefixed by '\-' are
removed. For each message, tag removal is performed before tag removed. For each message, tag removal is performed before tag
addition. addition.
The beginning of <search-terms> is recognized by the first The beginning of the search terms is recognized by the first
argument that begins with neither '+' nor '\-'. Support for argument that begins with neither '+' nor '\-'. Support for
an initial search term beginning with '+' or '\-' is provided an initial search term beginning with '+' or '\-' is provided
by allowing the user to specify a "\-\-" argument to separate by allowing the user to specify a "\-\-" argument to separate