summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-10 16:15:34 +0100
committerJim Meyering <jim@meyering.net>2007-02-10 16:15:34 +0100
commit0c2d21d3f2e8c8eabfb061f24db9368788254a00 (patch)
tree2ec56842a055621a6a151f38c0d68e8a57eed93a /ChangeLog
parentd2823705664b838ca91017d6703b54d42f128bed (diff)
downloadcoreutils-0c2d21d3f2e8c8eabfb061f24db9368788254a00.tar.xz
* src/csplit.c (usage): Use two spaces (not one) to separate
each option string from its description, so help2man formats the derived man page properly. Reported by Thomas Huriaux in <http://bugs.debian.org/410407>. * src/df.c (usage): Likewise. * src/du.c (usage): Likewise. * src/install.c (usage): Likewise. * src/ls.c (usage): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b41ce7cb..ec2792cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-02-10 Jim Meyering <meyering@rho.meyering.net>
+
+ * src/csplit.c (usage): Use two spaces (not one) to separate
+ each option string from its description, so help2man formats
+ the derived man page properly. Reported by Thomas Huriaux in
+ <http://bugs.debian.org/410407>.
+ * src/df.c (usage): Likewise.
+ * src/du.c (usage): Likewise.
+ * src/install.c (usage): Likewise.
+ * src/ls.c (usage): Likewise.
+
2007-02-03 Jim Meyering <jim@meyering.net>
Test for today's gnulib/lib/getcwd.c fix affecting pwd and readlink