]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/shred.c (usage): Don't indent the second line of an item.
authorJim Meyering <jim@meyering.net>
Sun, 13 Aug 2006 21:21:52 +0000 (21:21 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Aug 2006 21:21:52 +0000 (21:21 +0000)
Otherwise, help2man would misformat the output.
Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>.

ChangeLog
src/shred.c

index ab5df3eb40480caf972e2c0b81c94613187c7c3c..c7288a652dfd5c5f006e6ab3dc94c556bccb5efe 100644 (file)
--- 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.
index 8d5c0c7faab7d7b2c5f2abe1d30490bd199eeb73..78e1609804a595f03836b3f68d94f2e10a352aa8 100644 (file)
@@ -202,17 +202,17 @@ not effective, or is not guaranteed to be effective in all file system modes:\n\
 "), stdout);
       fputs (_("\
 * log-structured or journaled file systems, such as those supplied with\n\
-  AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n\
+AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n\
 \n\
 * file systems that write redundant data and carry on even if some writes\n\
-  fail, such as RAID-based file systems\n\
+fail, such as RAID-based file systems\n\
 \n\
 * file systems that make snapshots, such as Network Appliance's NFS server\n\
 \n\
 "), stdout);
       fputs (_("\
 * file systems that cache in temporary locations, such as NFS\n\
-  version 3 clients\n\
+version 3 clients\n\
 \n\
 * compressed file systems\n\
 \n\