From Mark Weaver: Fix typo.

This commit is contained in:
mycroft 1994-04-07 16:28:05 +00:00
parent 8d725ebdb0
commit 30a812575e
1 changed files with 2 additions and 2 deletions

View File

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