summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-08 20:44:28 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-08 20:44:28 +0000
commit6eb5971afe58b0ac2b0db4dd49b0b7f649e971fd (patch)
treeef8ebd423ff69300cf76d8162b7015beb8bbd0ae /doc
parent938fe6521f7876cf3e4178252107a20337337b51 (diff)
downloadcoreutils-6eb5971afe58b0ac2b0db4dd49b0b7f649e971fd.tar.xz
(stat invocation): Normalize terminology,
capitalization, and sort order to match --help output. Mention %c for file systems. Say that %s is the "Fundamental block size", since that is what POSIX says.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi27
1 files changed, 14 insertions, 13 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 59e031034..a50f6de18 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -9065,7 +9065,7 @@ Print the information in terse form, suitable for parsing by other programs.
@cindex output format
Use @var{format} rather than the default format.
-Interpreted sequences for file stat are:
+The valid format sequences for files are:
@itemize @bullet
@item %a - Access rights in octal
@@ -9074,19 +9074,19 @@ Interpreted sequences for file stat are:
@item %B - The size in bytes of each block reported by @samp{%b}
@item %d - Device number in decimal
@item %D - Device number in hex
-@item %f - raw mode in hex
+@item %f - Raw mode in hex
@item %F - File type
-@item %g - Group Id of owner
+@item %g - Group ID of owner
@item %G - Group name of owner
@item %h - Number of hard links
@item %i - Inode number
@item %n - File name
-@item %N - Quoted File name with dereference if symbolic link
+@item %N - Quoted file name with dereference if symbolic link
@item %o - I/O block size
@item %s - Total size, in bytes
@item %t - Major device type in hex
@item %T - Minor device type in hex
-@item %u - User Id of owner
+@item %u - User ID of owner
@item %U - User name of owner
@item %x - Time of last access
@item %X - Time of last access as seconds since Epoch
@@ -9096,19 +9096,20 @@ Interpreted sequences for file stat are:
@item %Z - Time of last change as seconds since Epoch
@end itemize
-Interpreted sequences for file system stat are:
+The valid format sequences for file systems are:
@itemize @bullet
-@item %n - File name
-@item %i - File System id in hex
+@item %a - Free blocks available to non-superuser
+@item %b - Total data blocks in file system
+@item %c - Total file nodes in file system
+@item %d - Free file nodes in file system
+@item %f - Free blocks in file system
+@item %i - File System ID in hex
@item %l - Maximum length of file names
+@item %n - File name
+@item %s - Fundamental block size
@item %t - Type in hex
@item %T - Type in human readable form
-@item %b - Total data blocks in file system
-@item %f - Free blocks in file system
-@item %a - Free blocks available to non-superuser
-@item %s - Optimal transfer block size
-@item %c - Total file nodes in file system
@end itemize
@vindex TZ