Expand description of environment variables, refer to environ(7) where

appropriate.
This commit is contained in:
Tim J. Robbins 2002-06-07 01:29:49 +00:00
parent fa7595824c
commit c9ca258430
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97980

View File

@ -106,19 +106,29 @@ Output escape sequence for the terminal type
.Ar type . .Ar type .
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width indent The
.It Ev TERM .Ev LANG ,
Terminal type unless overridden by the .Ev LC_ALL ,
.Fl T .Ev LC_CTYPE
option. and
If the
.Ev TERM .Ev TERM
environment variable is unset and the environment variables affect the execution of
.Nm
as described in
.Xr environ 7 .
.Pp
The
.Fl T .Fl T
option is not given, option overrides the setting of the
.Ev TERM
environment variable.
If neither
.Ev TERM
nor the
.Fl T
option are present,
.Nm .Nm
will fail. will fail.
.El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO