diff options
author | ache <ache@FreeBSD.org> | 2007-04-30 18:01:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-04-30 18:01:51 +0000 |
commit | c0dd4e798d02065ab87dcf8e939ec5985f3c6317 (patch) | |
tree | c54292ec4efaa128e076bdea6235180429c64dee /lib/libc/stdlib | |
parent | 185e6bdacbf602696d724b2a2ec619e9d1b70a39 (diff) | |
download | FreeBSD-src-c0dd4e798d02065ab87dcf8e939ec5985f3c6317.zip FreeBSD-src-c0dd4e798d02065ab87dcf8e939ec5985f3c6317.tar.gz |
Add phrase
"so altering the argument shall change the environment."
into putenv description.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getenv.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 7445b47..9cd3db2 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, |