diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-08 21:38:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-08 21:38:04 +0000 |
commit | 333b98170faa1ecc76845572efaf5b566d651378 (patch) | |
tree | eed65ebd9d5ad5b709ff5191fd4880988017fafe /doc | |
parent | 57d4ab66744e4fb08fcd64cb5413855c14715c7f (diff) | |
download | coreutils-333b98170faa1ecc76845572efaf5b566d651378.tar.xz |
(stat invocation): Document stat -f -c %S (versus %s).
Diffstat (limited to 'doc')
-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 a50f6de18..f1483fcfd 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9107,7 +9107,8 @@ The valid format sequences for file systems are: @item %i - File System ID in hex @item %l - Maximum length of file names @item %n - File name -@item %s - Fundamental block size +@item %s - Block size (for faster transfers) +@item %S - Fundamental block size (for block counts) @item %t - Type in hex @item %T - Type in human readable form @end itemize |