summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-10 22:30:18 +0100
committerJim Meyering <jim@meyering.net>2007-02-10 22:30:18 +0100
commita09b04794795b79164b83276f6be82d48e733e73 (patch)
tree4898ecfa93b198f9b0e568de05b2f7aabc3b3ac1 /src/dd.c
parentbbb61fa617cdd8de4bffa2497f330787054f1e80 (diff)
downloadcoreutils-a09b04794795b79164b83276f6be82d48e733e73.tar.xz
Remove excess leading spaces that would make help2man misbehave.
* src/printf.c (usage): Remove excess spaces on 2nd line of %b desc. * src/nl.c (usage): Remove excess spaces on 2nd line of pBRE desc. * src/dd.c (usage): Remove excess spaces on 2nd line of sync desc. * src/date.c (usage): Use two spaces after each optional flag, not one. Reported by Thomas Huriaux in <http://bugs.debian.org/410407>.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index c781da41c..d699955c5 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -452,7 +452,7 @@ Each CONV symbol may be:\n\
fputs (_("\
noerror continue after read errors\n\
sync pad every input block with NULs to ibs-size; when used\n\
- with block or unblock, pad with spaces rather than NULs\n\
+ with block or unblock, pad with spaces rather than NULs\n\
fdatasync physically write output file data before finishing\n\
fsync likewise, but also write metadata\n\
"), stdout);