improve description of du's--separate-dirs option
authorJim Meyering <meyering@redhat.com>
Thu, 29 May 2008 19:32:40 +0000 (21:32 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 29 May 2008 19:32:40 +0000 (21:32 +0200)
* coreutils.texi (du invocation): Prompted by Volker Badziong's
report in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13646

doc/coreutils.texi

index 982ad3c7430f944fcd63b73577679b665fc524c7..dbc8a8b0c65f9b72710245c17a08bbfe282dfd88 100644 (file)
@@ -32,6 +32,8 @@
 @c * [: (coreutils)[ invocation.                   File/string tests.
 @c * pinky: (coreutils)pinky invocation.           FIXME.
 @c * uptime: (coreutils)uptime invocation.         FIXME.
+@c * mktemp: (coreutils)mktemp invocation.         FIXME.
+@c * chcon: (coreutils)chcon invocation.           FIXME.
 
 @dircategory Individual utilities
 @direntry
@@ -9838,8 +9840,12 @@ Display only a total for each argument.
 @itemx --separate-dirs
 @opindex -S
 @opindex --separate-dirs
-Report the size of each directory separately, not including the sizes
-of subdirectories.
+Normally, in the output of @command{du} (when not using @option{--summarize}),
+the size listed next to a directory name, @var{d}, represents the sum
+of sizes of all entries beneath @var{d} as well as the size of @var{d} itself.
+With @option{--separate-dirs}, the size reported for a directory name,
+@var{d}, is merely the @code{stat.st_size}-derived size of the directory
+entry, @var{d}.
 
 @itemx --time
 @opindex --time