Commit 2bf8fb42980ea981da34e104d8cfd0d1e3da788b

Parents: 1977d1f1ac4491fe0625c554a4643ecf60b36466

From: Vitaly Ovchinnikov <v@ovch.ru>
Date: Sun Oct 22 14:17:56 2023 +0700

doc: fix newlines for the aerc-search manpage
Fix newlines in aerc-search manpage to make it more readable.

Signed-off-by: Vitaly Ovchinnikov <v@ovch.ru>
Acked-by: Robin Jarry <robin@jarry.cc>

Stats

doc/aerc-search.1.scd +2/-2

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index 284e1f7f176349f3ae50a921e16d10924dd154b6..161a632fcc465a2e390cf314c3aec88ee0704700 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -8,7 +8,7 @@ # SYNTAX
 
 This syntax is common to all backends.
 
-*:filter* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]
+*:filter* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]++
 *:search* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-H* _Header: Value_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...]
 	Searches the current folder for messages matching the given set of
 	conditions.
@@ -80,7 +80,7 @@
 For notmuch, it is possible to avoid using the above flags and only rely on
 notmuch search syntax.
 
-*:filter* _query_...
+*:filter* _query_...++
 *:search* _query_...
 	You can use the full notmuch query language as described in
 	*notmuch-search-terms*(7).