summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-17 10:53:47 +0000
committerJim Meyering <jim@meyering.net>2004-02-17 10:53:47 +0000
commitc2f29eda90d9fd784b05844668513235966bd8ff (patch)
tree4fabb03dc17b37a0372641a0ab2769d0dde067ce /ChangeLog
parent317f26ba57a5fb41d1676048d6c4104afa1db712 (diff)
downloadcoreutils-c2f29eda90d9fd784b05844668513235966bd8ff.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c390c01f6..0a31a7260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-02-15 Jim Meyering <jim@meyering.net>
+2004-02-17 Jim Meyering <jim@meyering.net>
* Version 5.2.0.
+ * src/sort.c (usage) [-u]: Add punctuation so that the description in
+ the help2man-generated (line-joined) man page is more readable.
+ Reported by Tim Waugh.
+ [-T]: Add a semicolon, for the same reason.
+
+2004-02-15 Jim Meyering <jim@meyering.net>
+
* Makefile.am (dist-hook): Qualify target with $(srcdir)/ prefix.
2004-02-11 Jim Meyering <jim@meyering.net>