diff options
author | ru <ru@FreeBSD.org> | 2005-11-18 10:36:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-18 10:36:29 +0000 |
commit | 4de1ee30af651da4cc20108946a33d8179710066 (patch) | |
tree | 810cb0151feedaec0d50a8b5857338a761532875 /usr.bin/split | |
parent | 16f511ab65fd28c303b9ce9870c18942f1a6dece (diff) | |
download | FreeBSD-src-4de1ee30af651da4cc20108946a33d8179710066.zip FreeBSD-src-4de1ee30af651da4cc20108946a33d8179710066.tar.gz |
-mdoc sweep.
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 697682e..5b17432 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. |