summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-04-30 18:01:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-04-30 18:01:51 +0000
commita7b27253d0986002ba8f29d7ab39bcfefcf15067 (patch)
treec54292ec4efaa128e076bdea6235180429c64dee
parent5b41efdd54928cbe5571af3d022856d4af601018 (diff)
Notes
-rw-r--r--lib/libc/stdlib/getenv.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 7445b470fbca6..9cd3db2f288fb 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -89,7 +89,8 @@ to the given
The
.Fn putenv
function takes an argument of the form ``name=value'' and
-puts it directly into the current environment.
+puts it directly into the current environment,
+so altering the argument shall change the environment.
If the variable
.Fa name
does not exist in the list,