summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Proulx <bob@proulx.com>2008-01-30 15:31:37 -0700
committerJim Meyering <meyering@redhat.com>2008-01-31 17:33:54 +0100
commit7cf7888ee972f526313393eefe9809721e4252f0 (patch)
tree77ddb34e17fdfeda1c53a4012d9be494cf7bac1c /ChangeLog
parent1d6931a643e826cc18cf040a992d23bb5e2af003 (diff)
downloadcoreutils-7cf7888ee972f526313393eefe9809721e4252f0.tar.xz
Improve wording of date and time man page.
* man/date.x: Improve compact description of the --date=STRING. * man/touch.x: Likewise. Suggested by A. Costa.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c615aab..62c793069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-31 Bob Proulx <bob@proulx.com>
+
+ Improve wording of date and time man page.
+ * man/date.x: Improve compact description of the --date=STRING.
+ * man/touch.x: Likewise.
+ Suggested by A. Costa.
+
2008-01-31 Jim Meyering <meyering@redhat.com>
Remove alignment constraint from the sha*_read_ctx functions.