From: David Bremner Date: Sat, 15 Feb 2014 03:24:58 +0000 (-0400) Subject: man: escape backslash in notmuch-tag example X-Git-Tag: 0.18_rc0~131 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fa27d0faa057775fe709dc2d3d0eb1ee5654512a;hp=4b2ec627eb9e04d1deffe31b0f2ec95c6b29096a 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. --- diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 index 710fae6a..f4fb1f32 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