summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2007-09-25 18:00:04 +0100
committerJim Meyering <jim@meyering.net>2007-09-27 08:41:03 +0200
commit23d293cbc2d894d7ad10859421b655d1cb201c5b (patch)
tree3bed4b72f61809abc0da2aa3d44137d8f8692363 /ChangeLog
parent0359c2e1cad84b1c5008c622afd47cd10db2f55d (diff)
downloadcoreutils-23d293cbc2d894d7ad10859421b655d1cb201c5b.tar.xz
Make "Date input formats" easier to find in info file
* doc/coreutils.texi (date invocation): `man date` gives all options for the date command except the description of the date input formats. Therefore it should be easy to browse to this info using `info date`. Signed-off-by: Pádraig Brady <P@draigBrady.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 228d26df6..ed52ad042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-25 Pádraig Brady <P@draigBrady.com>
+
+ * doc/coreutils.texi (date invocation):
+ Make "Date input formats" easier to navigate to.
+
2007-09-25 Jim Meyering <jim@meyering.net>
Use XOR, not OR to combine bits.