summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-13 21:21:52 +0000
committerJim Meyering <jim@meyering.net>2006-08-13 21:21:52 +0000
commit418a7c8c43a610e5cf261c75168692887ba43c98 (patch)
tree8f4c2facdd9ed919d39d6d3d814f079042dcc448 /ChangeLog
parent3244e9a493531c24b414b6e64d3396f466e357aa (diff)
downloadcoreutils-418a7c8c43a610e5cf261c75168692887ba43c98.tar.xz
* src/shred.c (usage): Don't indent the second line of an item.
Otherwise, help2man would misformat the output. Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab5df3eb4..c7288a652 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-13 Jim Meyering <jim@meyering.net>
+
+ * src/shred.c (usage): Don't indent the second line of an item.
+ Otherwise, help2man would misformat the output.
+ Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>.
+
2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros.