doc: clarify that stat -f implies -L (follows symlinks)
authorPádraig Brady <P@draigBrady.com>
Fri, 27 Aug 2010 07:39:48 +0000 (08:39 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 27 Aug 2010 21:28:44 +0000 (22:28 +0100)
* doc/coreutils.texi (stat invocation). Since there is
no lstatfs, document that -L is implicit with -f.

doc/coreutils.texi

index 6771da9..72ee450 100644 (file)
@@ -10630,6 +10630,7 @@ Without it, @command{stat} acts on any symbolic link argument directly.
 @cindex file systems
 Report information about the file systems where the given files are located
 instead of information about the files themselves.
+This option implies the @option{-L} option.
 
 @item -c
 @itemx --format=@var{format}