BSD 4_3_Net_2 release
[unix-history] / usr / src / share / man / man7 / environ.7
index 7d166a1..4aabf30 100644 (file)
@@ -1,23 +1,37 @@
 .\" Copyright (c) 1983, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1983, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" Redistribution and use in source and binary forms are permitted provided
-.\" that: (1) source distributions retain this entire copyright notice and
-.\" comment, and (2) distributions including binaries display the following
-.\" acknowledgement:  ``This product includes software developed by the
-.\" University of California, Berkeley and its contributors'' in the
-.\" documentation or other materials provided with the distribution and in
-.\" all advertising materials mentioning features or use of this software.
-.\" Neither the name of the University nor the names of its contributors may
-.\" be used to endorse or promote products derived from this software without
-.\" specific prior written permission.
-.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
-.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)environ.7  6.5 (Berkeley) 6/24/90
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.Dd June 24, 1990
+.\"    @(#)environ.7   6.6 (Berkeley) 7/19/91
+.\"
+.Dd July 19, 1991
 .Dt ENVIRON 7
 .Os BSD 4.2
 .Sh NAME
 .Dt ENVIRON 7
 .Os BSD 4.2
 .Sh NAME
@@ -33,19 +47,19 @@ is made available by
 when a process begins.  By convention these strings have the form
 .Dq Ar name=value .
 The following names are used by various commands:
 when a process begins.  By convention these strings have the form
 .Dq Ar name=value .
 The following names are used by various commands:
-.Tw Fl
-.Tp Ev EXINIT
+.Bl -tag -width Fl
+.It Ev EXINIT
 A startup list of commands read by
 .Xr ex  1  ,
 .Xr edit  1 ,
 and
 .Xr vi  1  .
 A startup list of commands read by
 .Xr ex  1  ,
 .Xr edit  1 ,
 and
 .Xr vi  1  .
-.Tp Ev HOME
+.It Ev HOME
 A user's login directory, set by
 .Xr login  1
 from the password file
 .Xr passwd  5  .
 A user's login directory, set by
 .Xr login  1
 from the password file
 .Xr passwd  5  .
-.Tp Ev PATH
+.It Ev PATH
 The sequence of directories, separated by colons, searched by
 .Xr csh  1  ,
 .Xr sh  1 ,
 The sequence of directories, separated by colons, searched by
 .Xr csh  1  ,
 .Xr sh  1 ,
@@ -54,15 +68,15 @@ The sequence of directories, separated by colons, searched by
 etc, when looking for an executable file.
 PATH is set to ``:/usr/ucb:/bin:/usr/bin'' initially by
 .Xr login  1  .
 etc, when looking for an executable file.
 PATH is set to ``:/usr/ucb:/bin:/usr/bin'' initially by
 .Xr login  1  .
-.Tp Ev PRINTER
+.It Ev PRINTER
 The name of the default printer to be used by
 .Xr lpr  1  ,
 .Xr lpq  1 ,
 and
 .Xr lprm  1  .
 The name of the default printer to be used by
 .Xr lpr  1  ,
 .Xr lpq  1 ,
 and
 .Xr lprm  1  .
-.Tp Ev SHELL
+.It Ev SHELL
 The full pathname of the user's login shell.
 The full pathname of the user's login shell.
-.Tp Ev TERM
+.It Ev TERM
 The kind of terminal for which output is to be prepared.
 This information is used by commands, such as
 .Xr nroff  1
 The kind of terminal for which output is to be prepared.
 This information is used by commands, such as
 .Xr nroff  1
@@ -72,7 +86,7 @@ which may exploit special terminal capabilities.  See
 .Pa /usr/share/misc/termcap
 .Pq Xr tmercap 5
 for a list of terminal types.
 .Pa /usr/share/misc/termcap
 .Pq Xr tmercap 5
 for a list of terminal types.
-.Tp Ev TERMCAP
+.It Ev TERMCAP
 The string describing the terminal in TERM, or, if
 it begins with a '/', the name of the termcap file.
 See
 The string describing the terminal in TERM, or, if
 it begins with a '/', the name of the termcap file.
 See
@@ -81,7 +95,7 @@ below,
 .Xr termcap  5  ,
 and
 .Xr termcap  .
 .Xr termcap  5  ,
 and
 .Xr termcap  .
-.Tp Ev TERMPATH
+.It Ev TERMPATH
 A sequence of pathnames of termcap files, separated by colons or spaces,
 which are searched for terminal descriptions in the order listed.  Having
 no
 A sequence of pathnames of termcap files, separated by colons or spaces,
 which are searched for terminal descriptions in the order listed.  Having
 no
@@ -94,9 +108,9 @@ of
 is ignored if
 .Ev TERMCAP
 contains a full pathname.
 is ignored if
 .Ev TERMCAP
 contains a full pathname.
-.Tp Ev USER
+.It Ev USER
 The login name of the user.
 The login name of the user.
-.Tp
+.El
 .Pp
 Further names may be placed in the environment by the
 .Xr export
 .Pp
 Further names may be placed in the environment by the
 .Xr export
@@ -130,5 +144,7 @@ unless you know what you are doing.
 .Xr termcap 3 ,
 .Xr termcap 5
 .Sh HISTORY
 .Xr termcap 3 ,
 .Xr termcap 5
 .Sh HISTORY
-.Nm Environ
-appeared in 4.2 BSD.
+The
+.Nm environ
+manual page appeared in
+.Bx 4.2 .