doc (stat): correct formatting in coreutils.texi
authorKarl Berry <karl@freefriends.org>
Sun, 23 Nov 2008 11:29:24 +0000 (12:29 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 23 Nov 2008 11:36:08 +0000 (12:36 +0100)
* 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.

doc/coreutils.texi

index c9c61ce..2d0ce62 100644 (file)
@@ -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