]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix comm's --help output so we generate a better man page
authorJim Meyering <meyering@redhat.com>
Mon, 21 Jun 2010 06:55:22 +0000 (08:55 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 21 Jun 2010 06:55:22 +0000 (08:55 +0200)
* src/comm.c (usage): Don't align example comments in --help output,
since the extra space (sequence of two spaces) there would be
interpreted by help2man and induce an unwanted line break
in the resulting man page.  Reported by Jari Aalto.

src/comm.c

index 4e4aad516294ca6c5cae8481848f114c3cfb46a9..ff42802cb7a73f89d18942c9b8958462816fe3ce 100644 (file)
@@ -139,7 +139,7 @@ Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
 \n\
 Examples:\n\
   %s -12 file1 file2  Print only lines present in both file1 and file2.\n\
-  %s -3  file1 file2  Print lines in file1 not in file2, and vice versa.\n\
+  %s -3 file1 file2  Print lines in file1 not in file2, and vice versa.\n\
 "),
               program_name, program_name);
       emit_ancillary_info ();