summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-01-31 10:45:11 -0800
committerJim Meyering <meyering@fb.com>2017-01-31 10:45:20 -0800
commit75173432ed47ae77d3024da8e5daa70f1f8d2650 (patch)
tree55f76177849f293782316d9e6b42ac2c73dfecc3 /NEWS
parent90106d33ab3004872f8cfe46779683be48b7bd12 (diff)
downloaddiffutils-75173432ed47ae77d3024da8e5daa70f1f8d2650.tar.gz
maint: change "time stamp" to "timestamp" globally
This avoids a new syntax-check failure. * ChangeLog-2008: Perform that change. * doc/diffutils.texi: Likewise. * NEWS: Likewise. * cfg.mk: Update the old news hash accordingly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3f7bcac..030432f 100644
--- a/NEWS
+++ b/NEWS
@@ -178,7 +178,7 @@ User-visible changes in version 2.8.6:
cmp now uses the maximal value instead of the last one.
* diff now omits the ".000000000" on hosts that do not support
- fractional time stamps.
+ fractional timestamps.
Version 2.8.5 was not publicly released.
@@ -223,7 +223,7 @@ User-visible changes in version 2.8:
* cmp now outputs "byte" rather than "char" outside the POSIX locale.
* cmp -l's index column width now adjusts to fit larger (or smaller) files.
* cmp -l -s and cmp -s -l are not allowed. Use cmp -s or cmp -l instead.
-* diff uses ISO 8601 style time stamps for output times (e.g. "2001-11-23
+* diff uses ISO 8601 style timestamps for output times (e.g. "2001-11-23
16:44:36.875702460 -0800") unless in the C or POSIX locale and the
-c style is specified.
* diff's -I and -F options use the regexp syntax of grep, not of Emacs.