man: escape a couple of back-slashes
Otherwise:
(with the \040 specifying a space in the regular expression, and and extra '\' to escape it)
is rendered as:
(with the $ 40 specifying a space in the regular expression, and and extra `$´ to escape it)
Fixes: 5e2b7d52b2 ("mu-query.7: update documentation")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
@ -165,7 +165,7 @@ whitespace, so the search for a message with subject "hello world", you can writ
|
||||
#+begin_example
|
||||
mu find 'subject:/hello\\040world/'
|
||||
#+end_example
|
||||
(with the \040 specifying a space in the regular expression, and and extra `\'
|
||||
(with the \\040 specifying a space in the regular expression, and and extra `\\'
|
||||
to escape it). In many cases,
|
||||
#+begin_example
|
||||
mu find 'subject:/hello.world/'
|
||||
|
||||
Reference in New Issue
Block a user