summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-08-27 08:39:48 +0100
committerPádraig Brady <P@draigBrady.com>2010-08-27 22:28:44 +0100
commitc984948ff5db81b760a8a1d9d5d9512754fc30c2 (patch)
tree710e13d1a046a69890c67f4ddea1bca692722b4b /doc/coreutils.texi
parentddf6fb8686b1ed6a26d5f1c76a642d0fb5fe7ba7 (diff)
downloadcoreutils-c984948ff5db81b760a8a1d9d5d9512754fc30c2.tar.xz
doc: clarify that stat -f implies -L (follows symlinks)
* doc/coreutils.texi (stat invocation). Since there is no lstatfs, document that -L is implicit with -f.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6771da949..72ee450d3 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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}