coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] maint: ensure proper backslash quoting in texinfo macros


From: Pádraig Brady
Subject: [PATCH 1/3] maint: ensure proper backslash quoting in texinfo macros
Date: Mon, 4 Mar 2013 00:58:14 +0000

* 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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index fe4c3ad..bc6ff64 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
-- 
1.7.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]