summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-10 10:08:22 +0000
committerJim Meyering <jim@meyering.net>2002-07-10 10:08:22 +0000
commit2aeeb5466e80ae1ebcfc5cd004fe55672f8649dc (patch)
tree91cdb2a92564b0abd980daaa5f06c6cd3fa79143 /doc/coreutils.texi
parenteb8c474088b575633fe56883f263e58f4fed2f02 (diff)
downloadcoreutils-2aeeb5466e80ae1ebcfc5cd004fe55672f8649dc.tar.xz
(du invocation): s/PAT/PATTERN/.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index b17d18b27..72d6265f1 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -7977,10 +7977,10 @@ of subdirectories.
Skip directories that are on different filesystems from the one that
the argument being processed is on.
-@item --exclude=@var{PAT}
-@opindex --exclude=@var{PAT}
+@item --exclude=@var{PATTERN}
+@opindex --exclude=@var{PATTERN}
@cindex excluding files from @command{du}
-When recursing, skip subdirectories or files matching @var{PAT}.
+When recursing, skip subdirectories or files matching @var{PATTERN}.
For example, @code{du --exclude='*.o'} excludes files whose names
end in @samp{.o}.