summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2010-10-01 20:57:50 +0000
committerwiz <wiz@NetBSD.org>2010-10-01 20:57:50 +0000
commit732dd678dddfd7acfc65248bcbcb45dfd57e7481 (patch)
tree8945c05967937d3ee2cbcfd9ca466dec8703cbb7 /lib
parent2917d71243d7bf36082625d2b669bb32ba4128e7 (diff)
Fix a typo, remove trailing whitespace.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getenv.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 4d3847a44ac..0e063c38ce7 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -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 @@ to the given
.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.