]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix recent syntax check failures
authorEric Blake <eblake@redhat.com>
Tue, 10 Jan 2017 19:48:45 +0000 (13:48 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 10 Jan 2017 20:13:44 +0000 (14:13 -0600)
Commit 4f650aad was incomplete; it changed NEWS but not the hash,
and introduced a grammar error.

* cfg.mk (old_NEWS_hash): Update via 'make update-NEWS-hash'.
* doc/coreutils.texi (File timestamps): Fix doubled word.

cfg.mk
doc/coreutils.texi

diff --git a/cfg.mk b/cfg.mk
index 7e28d9cc4764915b4de8f77ff4a9cdcc8fcb98ad..ec03974102964a5868acbcb210f19336b0a30ec4 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -48,7 +48,7 @@ export VERBOSE = yes
 # 4914152 9e
 export XZ_OPT = -8e
 
-old_NEWS_hash = 33e0d81904e66223883c8bc33c29a772
+old_NEWS_hash = 46e9780e1ed2f2df9611205e5e08b95a
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'
index 1b4a9317f8b9ce94a5eb6f5ca2c2fbccec5f7be0..825e452b1d8bf6a6f953dc1d8f43c38549c827dd 100644 (file)
@@ -11061,7 +11061,7 @@ For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
 Standard POSIX files have three timestamps: the access timestamp
 (atime) of the last read, the modification timestamp (mtime) of the
 last write, and the status change timestamp (ctime) of the last change
-to the the file's meta-information.  Some file systems support a
+to the file's meta-information.  Some file systems support a
 fourth time: the birth timestamp (birthtime) of when the file was
 created; by definition, birthtime never changes.