From: Tomi Ollila <tomi.ollila@iki.fi> Date: Wed, 7 May 2014 21:09:03 +0000 (+0300) Subject: one tweak more X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c63cba0c3c8f17697612a900fe41a308b878cd23;p=notmuch-wiki one tweak more --- diff --git a/manpages/notmuch-compact-1.mdwn b/manpages/notmuch-compact-1.mdwn index b9c846b..a806639 100644 --- a/manpages/notmuch-compact-1.mdwn +++ b/manpages/notmuch-compact-1.mdwn @@ -25,7 +25,7 @@ Supported options for <b>compact</b> include - <b>--backup=</b><<b>&</b>lt;<b>directory</b>><b>&</b>gt; + <b>--backup=<directory></b> Save the current database to the given directory before replacing it with the compacted database. The backup direc- diff --git a/manpages/notmuch-count-1.mdwn b/manpages/notmuch-count-1.mdwn index 378348d..ac92207 100644 --- a/manpages/notmuch-count-1.mdwn +++ b/manpages/notmuch-count-1.mdwn @@ -56,7 +56,7 @@ This option is not compatible with specifying search terms on the command line. - <b>--input=</b><<b>&</b>lt;<b>filename</b>><b>&</b>gt; + <b>--input=<filename></b> Read input from given file, instead of from stdin. Implies --batch. diff --git a/manpages/notmuch-insert-1.mdwn b/manpages/notmuch-insert-1.mdwn index 8a28938..0cb24e3 100644 --- a/manpages/notmuch-insert-1.mdwn +++ b/manpages/notmuch-insert-1.mdwn @@ -29,7 +29,7 @@ Option arguments must appear before any tag operation arguments. Sup- ported options for <b>insert</b> include - <b>--folder=</b><<b>&</b>lt;<b>folder</b>><b>&</b>gt; + <b>--folder=<folder></b> Deliver the message to the specified folder, relative to the top-level directory given by the value of <b>database.path</b>. The diff --git a/manpages/notmuch-search-terms-7.mdwn b/manpages/notmuch-search-terms-7.mdwn index a1818a9..98e15c7 100644 --- a/manpages/notmuch-search-terms-7.mdwn +++ b/manpages/notmuch-search-terms-7.mdwn @@ -86,14 +86,14 @@ ative to the top-level maildir (and without the leading slash). By default, <b>path:</b> matches messages in the specified directory only. The "/**" suffix can be used to match messages in the specified directory - and all its subdirectories recursively. <b>path:</b>"<b>&</b>quot;"<b>&</b>quot; matches messages in + and all its subdirectories recursively. <b>path:""</b> matches messages in the root of the mail store and, likewise, <b>path:**</b> matches all messages. The <b>folder:</b> prefix searches for email messages by maildir or MH folder. For MH-style folders, this is equivalent to <b>path:</b>. For maildir, this includes messages in the "new" and "cur" subdirectories. The exact syn- tax for maildir folders depends on your mail configuration. For - maildir++, <b>folder:</b>"<b>&</b>quot;"<b>&</b>quot; matches the inbox folder (which is the root in + maildir++, <b>folder:""</b> matches the inbox folder (which is the root in maildir++), other folder names always start with ".", and nested fold- ers are separated by "."s, such as <b>folder:.classes.topology</b>. For "file system" maildir, the inbox is typically <b>folder:INBOX</b> and nested folders diff --git a/manpages/notmuch-tag-1.mdwn b/manpages/notmuch-tag-1.mdwn index 0537abf..5685a39 100644 --- a/manpages/notmuch-tag-1.mdwn +++ b/manpages/notmuch-tag-1.mdwn @@ -51,7 +51,7 @@ This option is not compatible with specifying tagging on the command line. - <b>--input=</b><<b>&</b>lt;<b>filename</b>><b>&</b>gt; + <b>--input=<filename></b> Read input from given file, instead of from stdin. Implies --batch.