mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
man: escape backslash in notmuch-tag example
The example was originally intended to have a literal backslash in it, but '\ ' is interpreted by nroff as a non-breaking space. It doesn't make much difference to the example, but the non-breaking space triggers a bug in doclifter.
This commit is contained in:
parent
4b2ec627eb
commit
fa27d0faa0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ of the tag
|
||||||
|
|
||||||
+space%20in%20tags -- Two
|
+space%20in%20tags -- Two
|
||||||
# add tag '(tags)', among other stunts.
|
# add tag '(tags)', among other stunts.
|
||||||
+crazy{ +(tags) +&are +#possible\ -- tag:"space in tags"
|
+crazy{ +(tags) +&are +#possible\e -- tag:"space in tags"
|
||||||
+match*crazy -- tag:crazy{
|
+match*crazy -- tag:crazy{
|
||||||
+some_tag -- id:"this is ""nauty)"""
|
+some_tag -- id:"this is ""nauty)"""
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue