diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-18 10:36:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-18 10:36:29 +0000 |
| commit | 4e9e907d636ef7f776d89d98bd778f740ee69cdd (patch) | |
| tree | 810cb0151feedaec0d50a8b5857338a761532875 /usr.bin/split | |
| parent | 26f59b64552306a2899a7b634454e0d8584c0cf5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/split.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 697682e65094..5b174329d9b6 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Nm .Op Fl a Ar suffix_length -.Op Fl b Ar byte_count[k|m] +.Op Fl b Ar byte_count Ns Op Cm k Ns | Ns Cm m .Op Fl l Ar line_count .Op Fl p Ar pattern .Op Ar file Op Ar name @@ -65,17 +65,17 @@ The options are as follows: Use .Ar suffix_length letters to form the suffix of the file name. -.It Fl b Ar byte_count[k|m] +.It Fl b Ar byte_count Ns Op Cm k Ns | Ns Cm m Create smaller files .Ar byte_count bytes in length. If -.Dq Li k +.Cm k is appended to the number, the file is split into .Ar byte_count kilobyte pieces. If -.Dq Li m +.Cm m is appended to the number, the file is split into .Ar byte_count megabyte pieces. |
