Module Name: src
Committed By: wiz
Date: Fri Oct 1 20:57:50 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.3
Log Message:
Fix a typo, remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/stdlib/getenv.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/getenv.3
diff -u src/lib/libc/stdlib/getenv.3:1.21 src/lib/libc/stdlib/getenv.3:1.22
--- src/lib/libc/stdlib/getenv.3:1.21 Fri Oct 1 20:11:32 2010
+++ src/lib/libc/stdlib/getenv.3 Fri Oct 1 20:57:50 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getenv.3,v 1.21 2010/10/01 20:11:32 christos Exp $
+.\" $NetBSD: getenv.3,v 1.22 2010/10/01 20:57:50 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -120,14 +120,14 @@
.Pp
The
.Fn putenv
-function takes an argument of the form
+function takes an argument of the form
.Dq name=value
and it will set the environment variable
.Dq name
equal to
.Dq value
by altering an existing entry, or creating a new one if an existing
-one does not exit.
+one does not exist.
The actual string argument passed to
.Fn putenv
will become part of the environment.