bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14971: split man page table mushed


From: jidanni
Subject: bug#14971: split man page table mushed
Date: Sun, 28 Jul 2013 08:43:58 +0800

Package: coreutils
Version: 8.21-1
File: /usr/share/man/man1/split.1.gz

.PP
CHUNKS may be:
N       split into N files based on size of input
K/N     output Kth of N to stdout
l/N     split into N files without splitting lines
l/K/N   output Kth of N to stdout without splitting lines
r/N     like 'l' but use round robin distribution
r/K/N   likewise but only output Kth of N to stdout

becomes

       CHUNKS  may  be:  N       split into N files based on size of input K/N
       output Kth of N to stdout l/N     split into N files without  splitting
       lines  l/K/N    output  Kth  of N to stdout without splitting lines r/N
       like 'l' but use round robin distribution  r/K/N    likewise  but  only
       output Kth of N to stdout

on the man page.

Tested with
# su - nobody -c 'man split'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]