summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-01-10 13:48:45 -0600
committerEric Blake <eblake@redhat.com>2017-01-10 14:13:44 -0600
commit83bfb98991a38815d2cca5f2d695a6b7d893424f (patch)
treecd461959761f48bfe0a33df87943f210054fb947 /doc/coreutils.texi
parent5e871b355feb33c31bb2bdbaf8bbb45855c3b18c (diff)
downloadcoreutils-83bfb98991a38815d2cca5f2d695a6b7d893424f.tar.xz
maint: fix recent syntax check failures
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.
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 1b4a9317f..825e452b1 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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.