]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: adjust spacing in ls --help output, for better man formatting
authorJim Meyering <meyering@redhat.com>
Mon, 13 Oct 2008 19:03:38 +0000 (21:03 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 13 Oct 2008 19:08:07 +0000 (21:08 +0200)
* src/ls.c (usage): Adjust spacing so the "Exit status:" list
renders well in the help2man-generated man page.

src/ls.c

index ad33acc05403e3137d92dca5da7a0205faa2bcf4..ea35b17e2d32d24aea1930a54f2cb7d5b48a3e89 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4531,11 +4531,11 @@ colors, and can be set easily by the dircolors command.\n\
       fputs (_("\
 \n\
 Exit status:\n\
-0 if OK,\n\
-1 if minor problems (e.g., failure to access a file or directory not\n\
-  specified as a command line argument\n\
-2 if serious trouble (e.g., memory exhausted, invalid option or failure\n\
-  to access a file or directory specified as a command line argument).\n\
+ 0  if OK,\n\
+ 1  if minor problems (e.g., failure to access a file or directory not\n\
+    specified as a command line argument,\n\
+ 2  if serious trouble (e.g., memory exhausted, invalid option or failure\n\
+    to access a file or directory specified as a command line argument).\n\
 "), stdout);
       emit_bug_reporting_address ();
     }