summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-11 12:08:41 +0200
committerJim Meyering <meyering@redhat.com>2008-04-11 12:08:41 +0200
commit40c2d565ba74a4feb1564fb28eae607f4f40483e (patch)
tree38a50c9ecdd3d16ea6c556f13f5751dd1a9a0716 /doc
parenteab0cebc764c52c90fbbd4477a335a1ac42ff329 (diff)
downloadcoreutils-40c2d565ba74a4feb1564fb28eae607f4f40483e.tar.xz
doc: use a valid texinfo macro name
* doc/coreutils.texi (filesZeroFromOption): s/0/Zero/
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 5a6f2c3ed..5b6397334 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -3074,7 +3074,7 @@ Print only the newline counts.
@opindex --max-line-length
Print only the maximum line lengths.
-@macro files0fromOption{cmd,withTotalOption}
+@macro filesZeroFromOption{cmd,withTotalOption}
@itemx --files0-from=@var{FILE}
@opindex --files0-from=@var{FILE}
@cindex including files from @command{\cmd\}
@@ -3090,7 +3090,7 @@ One way to produce a list of null-byte-terminated file names is with @sc{gnu}
@command{find}, using its @option{-print0} predicate.
Do not specify any @var{FILE} on the command line when using this option.
@end macro
-@files0fromOption{wc,}
+@filesZeroFromOption{wc,}
For example, to find the length of the longest line in any @file{.c} or
@file{.h} file in the current hierarchy, do this:
@@ -9757,7 +9757,8 @@ Does not affect other symbolic links. This is helpful for finding
out the disk usage of directories, such as @file{/usr/tmp}, which
are often symbolic links.
-@files0fromOption{du, with the @option{--total} (@option{-c}) option}
+@c --files0-from=FILE
+@filesZeroFromOption{du, with the @option{--total} (@option{-c}) option}
@optHumanReadable