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:
Jeremy Sowden
2025-03-10 21:42:06 +00:00
parent 9364d25af7
commit 3dd922ff6c

View File

@ -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/'