mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
* 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 <http://bugs.debian.org/393649>.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2006-10-17 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* 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 <http://bugs.debian.org/393649>.
|
||||
|
||||
2006-10-16 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* .x-sc_trailing_blank: Remove names of files that are no longer
|
||||
|
||||
2
src/dd.c
2
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 (_("\
|
||||
|
||||
Reference in New Issue
Block a user