diff options
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 040a1de9c..df6792d7e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9686,6 +9686,11 @@ directory. Normally the disk space is printed in units of 1024 bytes, but this can be overridden (@pxref{Block size}). Non-integer quantities are rounded up to the next higher unit. +If two or more hard links point to the same file, only one of the hard +links is counted. The @var{file} argument order affects which links +are counted, and changing the argument order may change the numbers +that @command{du} outputs. + The program accepts the following options. Also see @ref{Common options}. @table @samp |