summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-11-13 22:02:29 +0100
committerJim Meyering <meyering@redhat.com>2010-11-13 22:02:29 +0100
commitf70c7b785b93dd436788d34827b209453157a6f2 (patch)
treecdbcfcb1b8968ad5596f30ce1448cb148aecbd06 /doc/coreutils.texi
parentee6f187b1843a3e96784a7db43a75beae67fd06c (diff)
downloadcoreutils-f70c7b785b93dd436788d34827b209453157a6f2.tar.xz
doc: tweak NEWS and coreutils.texi
* doc/coreutils.texi (stat invocation): Add sentence-ending period. * NEWS: Correct stat change description: s/floating point //. * cfg.mk (old_NEWS_hash): Update, to match this NEWS change.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
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