summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-03-04 00:17:50 +0000
committerPádraig Brady <P@draigBrady.com>2013-03-06 16:15:22 +0000
commit78cd77c16fb2af497592c6cfd1cbd168ffa5f2b0 (patch)
tree77445707c467c20f17131cabe76c5fbeabe285a1
parent9fe7c5b6eb373d859390dd5a7844a666d8b7818b (diff)
downloadcoreutils-78cd77c16fb2af497592c6cfd1cbd168ffa5f2b0.tar.xz
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.
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
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