fix it to be the way i *meant* it to be...

This commit is contained in:
cgd 1994-04-08 00:58:04 +00:00
parent 4c8226b387
commit 4fffd61a7f

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getenv.3 6.11 (Berkeley) 6/29/91
.\" $Id: getenv.3,v 1.5 1994/04/07 16:28:05 mycroft Exp $
.\" $Id: getenv.3,v 1.6 1994/04/08 00:58:04 cgd Exp $
.\"
.Dd June 29, 1991
.Dt GETENV 3
@ -99,8 +99,8 @@ to the given
.Pp
The
.Fn putenv
function takes an argument of the form ``name=value'' and
performs the equivalent of:
function takes an argument of the form ``name=value'' and is
equivalent to:
.Bd -literal -offset indent
setenv(name, value, 1);
.Ed