dd: adjust --help output so help2man formats the man page properly
authorJim Meyering <meyering@redhat.com>
Wed, 23 Jul 2008 13:50:40 +0000 (15:50 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 23 Jul 2008 13:50:40 +0000 (15:50 +0200)
* src/dd.c (usage): Use two spaces (not one) to separate
"directory" from its description, so help2man formats
the derived man page properly.

src/dd.c

index ead9574..5e3547d 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -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)