[PATCH] man: escape backslash in notmuch-tag example
David Bremner
david at tethera.net
Sun Feb 23 04:59:20 PST 2014
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.
---
Tomi sortof convinced me on IRC that \e was a better choice that \\. I
also looked at the groff manual, but that mostly encouraged me to work
more on converting to something other than *roff.
man/man1/notmuch-tag.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1
index 710fae6..f4fb1f3 100644
--- a/man/man1/notmuch-tag.1
+++ b/man/man1/notmuch-tag.1
@@ -126,7 +126,7 @@ of the tag
+space%20in%20tags -- Two
# 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{
+some_tag -- id:"this is ""nauty)"""
.fi
--
1.8.5.3
More information about the notmuch
mailing list