summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Proulx <bob@proulx.com>2008-01-28 22:19:21 -0700
committerJim Meyering <meyering@redhat.com>2008-01-29 14:27:06 +0100
commit69b1a35c6df3327e557b995cc1f2b5473b52bae3 (patch)
tree02d77a0d618b8c790a0731aac852352b09a4c3bf /ChangeLog
parentc1c51585f67d64bae62d5805cc3aac31984fe44d (diff)
downloadcoreutils-69b1a35c6df3327e557b995cc1f2b5473b52bae3.tar.xz
Improve the man pages of --date=STRING for 'date' and 'touch'.
* man/date.x: Add a compact description of the --date=STRING. * man/touch.x: Likewise. Reported by A. Costa in http://bugs.debian.org/363011
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8415d3d88..1ef732b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-29 Bob Proulx <bob@proulx.com>
+
+ Improve the man pages of --date=STRING for 'date' and 'touch'.
+ * man/date.x: Add a compact description of the --date=STRING.
+ * man/touch.x: Likewise.
+ Reported by A. Costa in http://bugs.debian.org/363011
+
2008-01-29 Michael Stone <mstone@debian.org>
Improve the description of when dd outputs its final statistics.