diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-29 15:20:48 +0000 |
| commit | cb29445a92708496312b59658abe2020d2359ac2 (patch) | |
| tree | 45e29d785027cf107a393485f50062a3363197bc /usr.bin/split | |
| parent | 18f453658f4a4cd26c3b108d30c39d807ef34330 (diff) | |
Notes
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/split.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 329326d345bf..5e8e198cba9e 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -46,7 +46,9 @@ .Nm .Fl b Ar byte_count Ns .Oo -.Cm K Ns | Ns Cm k Ns | Ns Cm M Ns | Ns Cm m Ns | Ns Cm G Ns | Ns Cm g +.Sm off +.Cm K | k | M | m | G | g +.Sm on .Oc .Op Fl a Ar suffix_length .Op Ar file Op Ar prefix @@ -77,7 +79,11 @@ The options are as follows: Use .Ar suffix_length letters to form the suffix of the file name. -.It Fl b Ar byte_count Ns Op Cm K Ns | Ns Cm k Ns | Ns Cm M Ns | Ns Cm m Ns | Ns Cm G Ns | Ns Cm g +.It Fl b Ar byte_count Ns Oo +.Sm off +.Cm K | k | M | m | G | g +.Sm on +.Oc Create smaller files .Ar byte_count bytes in length. @@ -126,7 +132,7 @@ In this case, each file into which the file is split is named by the prefix followed by a lexically ordered suffix using .Ar suffix_length characters in the range -.Dq Li a Ns - Ns Li z . +.Dq Li a Ns - Ns Li z . If .Fl a is not specified, two letters are used as the suffix. |
