Module Name:    src
Committed By:   wiz
Date:           Tue Oct 26 22:34:33 UTC 2010

Modified Files:
        src/lib/libc/stdlib: getenv.3

Log Message:
Improve wording after consultation with njoly.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/lib/libc/stdlib/getenv.3:1.25
--- src/lib/libc/stdlib/getenv.3:1.24	Mon Oct 25 20:35:36 2010
+++ src/lib/libc/stdlib/getenv.3	Tue Oct 26 22:34:33 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getenv.3,v 1.24 2010/10/25 20:35:36 njoly Exp $
+.\"	$NetBSD: getenv.3,v 1.25 2010/10/26 22:34:33 wiz Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -174,9 +174,9 @@
 .Fa string
 argument to
 .Fn putenv
-is a null pointer, or points to a string that either miss or start with a
+is a null pointer, or points to a string that either starts with a
 .Dq Li \&=
-character.
+character or does not contain one at all.
 .It Bq Er ENOMEM
 The function
 .Fn setenv

Reply via email to