summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-23 12:29:24 +0100
committerJim Meyering <meyering@redhat.com>2008-11-23 12:36:08 +0100
commitc27c4a09570be0d191cb943bb7a3226a27cb5b25 (patch)
tree49564d8a6a8f93236b69d652dcfdef2f8f84c805 /doc
parenta5e53ecc2cf8404760094631a772d4ce255bdcac (diff)
downloadcoreutils-c27c4a09570be0d191cb943bb7a3226a27cb5b25.tar.xz
doc (stat): correct formatting in coreutils.texi
* doc/coreutils.texi (stat invocation): Move the list of regular, non-file-system, format directives from the description of --terse, out of the enclosing table.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index c9c61cef0..2d0ce62c7 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -10274,7 +10274,10 @@ $ stat --printf='%d:%i\n' / /usr
@cindex terse output
Print the information in terse form, suitable for parsing by other programs.
-The valid format sequences for files are:
+@end table
+
+The valid @var{format} directives for files with @option{--format} and
+@option{--printf} are:
@itemize @bullet
@item %a - Access rights in octal
@@ -10327,7 +10330,6 @@ Time stamps are listed according to the time zone rules specified by
the @env{TZ} environment variable, or by the system default rules if
@env{TZ} is not set. @xref{TZ Variable,, Specifying the Time Zone
with @env{TZ}, libc, The GNU C Library Reference Manual}.
-@end table
@exitstatus