1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00

dd: adjust --help output so help2man formats the man page properly

* src/dd.c (usage): Use two spaces (not one) to separate
"directory" from its description, so help2man formats
the derived man page properly.
This commit is contained in:
Jim Meyering
2008-07-23 15:50:40 +02:00
parent 77d97a1be4
commit 4fff95cfe1
+1 -1
View File
@@ -483,7 +483,7 @@ Each FLAG symbol may be:\n\
if (O_DIRECT)
fputs (_(" direct use direct I/O for data\n"), stdout);
if (O_DIRECTORY)
fputs (_(" directory fail unless a directory\n"), stdout);
fputs (_(" directory fail unless a directory\n"), stdout);
if (O_DSYNC)
fputs (_(" dsync use synchronized I/O for data\n"), stdout);
if (O_SYNC)