diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-23 12:33:02 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-23 12:36:13 +0100 |
commit | 8333cc3c0f57dc384545ba8c9ea7d4f4b170b654 (patch) | |
tree | 2bf58143eb43b771a986c529f537de11e28b12b2 | |
parent | c27c4a09570be0d191cb943bb7a3226a27cb5b25 (diff) | |
download | coreutils-8333cc3c0f57dc384545ba8c9ea7d4f4b170b654.tar.xz |
doc (stat): clarify: there are two sets of format directives
* doc/coreutils.texi (stat invocation): Clarify description of
--file-system format directives.
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 2d0ce62c7..8c54fc443 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10308,7 +10308,8 @@ The valid @var{format} directives for files with @option{--format} and @item %Z - Time of last change as seconds since Epoch @end itemize -The valid format sequences for file systems are: +When listing file system information (@option{--file-system} (@option{-f})), +you must use a different set of @var{format} directives: @itemize @bullet @item %a - Free blocks available to non-super-user |