From 418a7c8c43a610e5cf261c75168692887ba43c98 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Aug 2006 21:21:52 +0000 Subject: [PATCH] * src/shred.c (usage): Don't indent the second line of an item. Otherwise, help2man would misformat the output. Reported by Adam Buchbinder in . --- ChangeLog | 6 ++++++ src/shred.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab5df3eb40..c7288a652d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-13 Jim Meyering + + * src/shred.c (usage): Don't indent the second line of an item. + Otherwise, help2man would misformat the output. + Reported by Adam Buchbinder in . + 2006-08-11 Paul Eggert * configure.ac (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros. diff --git a/src/shred.c b/src/shred.c index 8d5c0c7faa..78e1609804 100644 --- a/src/shred.c +++ b/src/shred.c @@ -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\ -- 2.47.3