Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.

This commit is contained in:
Tim J. Robbins 2004-07-11 14:47:32 +00:00
parent 0742d4ed1a
commit 5c9fc89962
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131979

View File

@ -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