diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-03 14:42:28 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-03 14:42:28 +0000 |
commit | 242093bb8ca53edc4cb2f831a4846254782b14ed (patch) | |
tree | 278581a54e21c06a29ce867fbc78c4e1a6cb2e3a /usr.bin/split/split.1 | |
parent | 03c249af416cb78a22868a62fb4dd4b3ef435e54 (diff) |
Sort sections.
Notes
Notes:
svn path=/head/; revision=97766
Diffstat (limited to 'usr.bin/split/split.1')
-rw-r--r-- | usr.bin/split/split.1 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 68d51c115fdd..b83543fbdad2 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -114,18 +114,6 @@ argument is not specified, the file is split into lexically ordered files named with prefixes in the range of .Dq Li x-z and with suffixes as above. -.Sh BUGS -For historical reasons, if you specify -.Ar name , -.Nm -can only create 676 separate -files. -The default naming convention allows 2028 separate files. -The -.Fl a -option can be used to work around this limitation. -.Pp -The maximum line length for matching patterns is 65536. .Sh SEE ALSO .Xr csplit 1 , .Xr re_format 7 @@ -139,3 +127,15 @@ A .Nm command appeared in .At v3 . +.Sh BUGS +For historical reasons, if you specify +.Ar name , +.Nm +can only create 676 separate +files. +The default naming convention allows 2028 separate files. +The +.Fl a +option can be used to work around this limitation. +.Pp +The maximum line length for matching patterns is 65536. |