diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-03 14:42:28 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-03 14:42:28 +0000 |
commit | 287490dff837a9bd30ef6447f8cab6eeeb9b8a4c (patch) | |
tree | 278581a54e21c06a29ce867fbc78c4e1a6cb2e3a /usr.bin/split | |
parent | 1a15fcee23c843d8db5a9d3d904c0a6e5182ccc5 (diff) | |
download | FreeBSD-src-287490dff837a9bd30ef6447f8cab6eeeb9b8a4c.zip FreeBSD-src-287490dff837a9bd30ef6447f8cab6eeeb9b8a4c.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/split')
-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 68d51c1..b83543f 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. |