Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Improve wording after consultation with njoly.



details:   https://anonhg.NetBSD.org/src/rev/a1296b8cb31d
branches:  trunk
changeset: 758214:a1296b8cb31d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 26 22:34:33 2010 +0000

description:
Improve wording after consultation with njoly.

diffstat:

 lib/libc/stdlib/getenv.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e3ddb29c2153 -r a1296b8cb31d lib/libc/stdlib/getenv.3
--- a/lib/libc/stdlib/getenv.3  Tue Oct 26 22:27:44 2010 +0000
+++ b/lib/libc/stdlib/getenv.3  Tue Oct 26 22:34:33 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index