Subject: lib/211: Typo in getenv(3) man page
To: None <gnats-admin>
From: Mark Weaver <mhw@cs.brown.edu>
List: netbsd-bugs
Date: 04/07/1994 08:50:03
>Number: 211
>Category: lib
>Synopsis: Typo in getenv(3) man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Library Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: mhw
>Arrival-Date: Thu Apr 7 08:50:03 1994
>Originator: Mark Weaver
>Organization:
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu | Brown University
PGP Key: finger mhw@cs.brown.edu | Dept of Computer Science
>Release: current-940406
>Environment:
System: NetBSD cis-ts3-slip5.cis.brown.edu 0.9a EXCELSIOR#1 i386
>Description:
The fix is self-explanatory.
>How-To-Repeat:
N/A
>Fix:
diff -u src/lib/libc/stdlib/getenv.3.mhw1 src/lib/libc/stdlib/getenv.3
--- src/lib/libc/stdlib/getenv.3.mhw1 Sat Apr 2 06:23:49 1994
+++ src/lib/libc/stdlib/getenv.3 Wed Apr 6 11:17:08 1994
@@ -99,7 +99,7 @@
.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);
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------