From a186e9eda6b9691a568ea72a7c8e6e9d8f0c1225 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Oct 2006 13:51:47 +0000 Subject: [PATCH] * src/dd.c (usage): Use two spaces (not one) to separate the "fdatasync" option string from its description, so help2man formats the derived man page properly. Reported by Samuel Thibault in . --- ChangeLog | 7 +++++++ src/dd.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c5b4004f8a..2ddf574b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-17 Jim Meyering + + * src/dd.c (usage): Use two spaces (not one) to separate the + "fdatasync" option string from its description, so help2man formats + the derived man page properly. Reported by Samuel Thibault + in . + 2006-10-16 Jim Meyering * .x-sc_trailing_blank: Remove names of files that are no longer diff --git a/src/dd.c b/src/dd.c index 4a052c356e..dc71a032fd 100644 --- a/src/dd.c +++ b/src/dd.c @@ -451,7 +451,7 @@ Each CONV symbol may be:\n\ 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\ - fdatasync physically write output file data before finishing\n\ + fdatasync physically write output file data before finishing\n\ fsync likewise, but also write metadata\n\ "), stdout); fputs (_("\ -- 2.47.3