diff options
-rw-r--r-- | usr.bin/split/split.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index b83543f..2f216f5 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -32,7 +32,7 @@ .\" @(#)split.1 8.3 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd April 16, 1994 +.Dd July 12, 1994 .Dt SPLIT 1 .Os .Sh NAME @@ -114,6 +114,17 @@ 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 ENVIRONMENT +The +.Ev LANG , LC_ALL , LC_CTYPE +and +.Ev LC_COLLATE +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . +.Sh DIAGNOSTICS +.Ex -std .Sh SEE ALSO .Xr csplit 1 , .Xr re_format 7 |