From 78cd77c16fb2af497592c6cfd1cbd168ffa5f2b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 4 Mar 2013 00:17:50 +0000 Subject: [PATCH] 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(-) 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 -- 2.47.2