diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6a4257f61..1373f941c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10721,7 +10721,7 @@ precision preceded by a period to specify the number of digits to print after the decimal point. For example, @samp{%.3X} outputs the last access time to millisecond precision. If a period is given but no precision, @command{stat} uses 9 digits, so @samp{%.X} is equivalent to -@samp{%.9X} When discarding excess precision, time stamps are truncated +@samp{%.9X}. When discarding excess precision, time stamps are truncated toward minus infinity. @example |