From 78cd77c16fb2af497592c6cfd1cbd168ffa5f2b0 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 4 Mar 2013 00:17:50 +0000 Subject: 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. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fe4c3ad36..bc6ff6428 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 -- cgit v1.2.3-54-g00ecf