diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-11 14:47:32 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-11 14:47:32 +0000 |
| commit | 5c9fc899627663dd4b717872ba1210bbffcc1925 (patch) | |
| tree | 2219e6a5fa15e430be81856dd68ba2b6cdfbc22a /usr.bin/split | |
| parent | 0742d4ed1a69d3a99cc4b790405bd95840dfb2e5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/split')
| -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 b83543fbdad2..2f216f58c98e 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 |
