From: Pádraig Brady Date: Mon, 4 Mar 2013 00:17:50 +0000 (+0000) Subject: maint: ensure proper backslash quoting in texinfo macros X-Git-Tag: v8.22~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78cd77c16fb2af497592c6cfd1cbd168ffa5f2b0;p=thirdparty%2Fcoreutils.git maint: ensure proper backslash quoting in texinfo macros * doc/coreutils.texi (ambiguousGroupNote): Ensure '\' is escaped appropriately within the macro. This was verified to generate a single '\' in both "info" and "pdf" outputs. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fe4c3ad364..bc6ff64288 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5095,7 +5095,7 @@ may be better suited for output direct to users. @macro ambiguousGroupNote Note that when groups are delimited and the input stream contains two or more consecutive blank lines, then the output is ambiguous. -To avoid that, filter the input through @samp{tr -s '\n'} to replace +To avoid that, filter the input through @samp{tr -s '\\n'} to replace each sequence of consecutive newlines with a single newline. @end macro @ambiguousGroupNote