summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-11 12:11:06 +0200
committerJim Meyering <meyering@redhat.com>2008-04-11 12:11:06 +0200
commita899840bcce94cf5976876bf194e6b24d891316d (patch)
tree83981c94d2c6302b3eadc70639a7e93b2632d64c /doc
parent40c2d565ba74a4feb1564fb28eae607f4f40483e (diff)
downloadcoreutils-a899840bcce94cf5976876bf194e6b24d891316d.tar.xz
doc: avoid "make pdf" failure (due to texi2dvi bug?)
* doc/coreutils.texi (filesZeroFromOption): Comment out @cindex-in-@macro use.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 5b6397334..01c2f00ae 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -3077,7 +3077,9 @@ Print only the maximum line lengths.
@macro filesZeroFromOption{cmd,withTotalOption}
@itemx --files0-from=@var{FILE}
@opindex --files0-from=@var{FILE}
-@cindex including files from @command{\cmd\}
+@c This is commented out to avoid a texi2dvi failure.
+@c texi2dvi (GNU Texinfo 4.11) 1.104
+@c @cindex including files from @command{\cmd\}
Rather than processing files named on the command line, process those
named in file @var{FILE}; each name is terminated by a null byte.
This is useful \withTotalOption\