summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2008-12-01 02:29:57 +0000
committerPádraig Brady <P@draigBrady.com>2008-12-01 02:29:57 +0000
commit1ce9d86c308d7daa6271a2e87629984b153ee9da (patch)
tree431d352c386c4960d991276a2bfc01a9b3d51538 /doc
parent00b5a2db33cddadf641ae2f01534514314d7e817 (diff)
downloadcoreutils-1ce9d86c308d7daa6271a2e87629984b153ee9da.tar.xz
doc: Tweak info docs to standarise on lower-case @var{file}
* doc/coreutils.texi: s/@var{FILE}/@var{file}/
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 0e2f1500e..8dc818993 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -3261,13 +3261,13 @@ Print only the newline counts.
Print only the maximum line lengths.
@macro filesZeroFromOption{cmd,withTotalOption,subListOutput}
-@itemx --files0-from=@var{FILE}
-@opindex --files0-from=@var{FILE}
+@itemx --files0-from=@var{file}
+@opindex --files0-from=@var{file}
@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\}
Disallow processing files named on the command line, and instead process
-those named in file @var{FILE}; each name being terminated by a NUL byte.
+those named in file @var{file}; each name being terminated by a NUL byte.
This is useful \withTotalOption\
when the list of file names is so long that it may exceed a command line
length limitation.
@@ -3276,7 +3276,7 @@ because it splits the list into pieces and makes @command{\cmd\} print
\subListOutput\ for each sublist rather than for the entire list.
One way to produce a list of NUL terminated file names is with @sc{gnu}
@command{find}, using its @option{-print0} predicate.
-If @var{FILE} is @samp{-} then the NUL terminated file names
+If @var{file} is @samp{-} then the NUL terminated file names
are read from standard input.
@end macro
@filesZeroFromOption{wc,,a total}
@@ -10196,13 +10196,13 @@ When recursing, skip subdirectories or files matching @var{PATTERN}.
For example, @code{du --exclude='*.o'} excludes files whose names
end in @samp{.o}.
-@item -X @var{FILE}
-@itemx --exclude-from=@var{FILE}
-@opindex -X @var{FILE}
-@opindex --exclude-from=@var{FILE}
+@item -X @var{file}
+@itemx --exclude-from=@var{file}
+@opindex -X @var{file}
+@opindex --exclude-from=@var{file}
@cindex excluding files from @command{du}
-Like @option{--exclude}, except take the patterns to exclude from @var{FILE},
-one per line. If @var{FILE} is @samp{-}, take the patterns from standard
+Like @option{--exclude}, except take the patterns to exclude from @var{file},
+one per line. If @var{file} is @samp{-}, take the patterns from standard
input.
@end table
@@ -10418,7 +10418,7 @@ Do not create files that do not exist.
@itemx --io-blocks
@opindex -o
@opindex --io-blocks
-Treat @var{size} as number of I/O blocks of the @var{FILE} rather than bytes.
+Treat @var{size} as number of I/O blocks of the @var{file} rather than bytes.
@item -r @var{rfile}
@itemx --reference=@var{rfile}