]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix man page formatting for split CHUNKS options
authorPádraig Brady <P@draigBrady.com>
Thu, 1 Jan 2015 18:05:10 +0000 (18:05 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Jan 2015 18:12:29 +0000 (18:12 +0000)
* src/split.c (usage): Indent the info on CHUNKS so that
help2man can match it and align appropriately in its own section.
Fixes http://bugs.gnu.org/19228

src/split.c

index d41c8359e3f9effb05f5c91a453f185e8a302594..ef672f4fdf45200439977f6b9fe23254befc1ee1 100644 (file)
@@ -234,12 +234,12 @@ is -, read standard input.\n\
       emit_size_note ();
       fputs (_("\n\
 CHUNKS may be:\n\
-N       split into N files based on size of input\n\
-K/N     output Kth of N to stdout\n\
-l/N     split into N files without splitting lines\n\
-l/K/N   output Kth of N to stdout without splitting lines\n\
-r/N     like 'l' but use round robin distribution\n\
-r/K/N   likewise but only output Kth of N to stdout\n\
+  N       split into N files based on size of input\n\
+  K/N     output Kth of N to stdout\n\
+  l/N     split into N files without splitting lines\n\
+  l/K/N   output Kth of N to stdout without splitting lines\n\
+  r/N     like 'l' but use round robin distribution\n\
+  r/K/N   likewise but only output Kth of N to stdout\n\
 "), stdout);
       emit_ancillary_info (PROGRAM_NAME);
     }