]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tweak NEWS and coreutils.texi
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Nov 2010 21:02:29 +0000 (22:02 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 13 Nov 2010 21:02:29 +0000 (22:02 +0100)
* 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.

NEWS
cfg.mk
doc/coreutils.texi

diff --git a/NEWS b/NEWS
index a40a0aae4a55ae2c6b6631d4f9060583313f842f..1da7db2fc5d64e1174d982122b67761bd455fd32 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,10 +26,10 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   stat's %X, %Y, and %Z directives once again print only the integer
   part of seconds since the epoch.  This reverts a change from
-  coreutils-8.6, that was deemed unnecessarily disruptive.  To obtain
-  a nanosecond-precision floating point time stamp for %X use %.X;
-  if you want (say) just 3 fractional digits, use %.3X.  Likewise
-  for %Y and %Z.
+  coreutils-8.6, that was deemed unnecessarily disruptive.
+  To obtain a nanosecond-precision time stamp for %X use %.X;
+  if you want (say) just 3 fractional digits, use %.3X.
+  Likewise for %Y and %Z.
 
   stat's new %W format directive would print floating point seconds.
   However, with the above change to %X, %Y and %Z, we've made %W work
diff --git a/cfg.mk b/cfg.mk
index 244358c4369ea33eea645d7c06f5019d835c9847..7651ab26f6dafb6c3bccdc352a47f984c487fcd2 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -27,7 +27,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison
 # Now that we have better tests, make this the default.
 export VERBOSE = yes
 
-old_NEWS_hash = 24f3cbd2c625a297dc4cfb1b076eeaae
+old_NEWS_hash = e2a254a0d4c81397994ea10a15663ac3
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/'
index 6a4257f61f1b1b3b881d971ed48a057208f8b6c2..1373f941cc1ad2da1a67f269da18c52f419e54ef 100644 (file)
@@ -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