diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 4971738e2584..e795b1121c33 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -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);