]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 6771da949b3fe5d1dc4473ebf873b405c6b519f7..72ee450d3ba8e0d8b220e9690d8dd0c7826eb90a 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}