summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-06 16:46:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-06 16:46:24 +0000
commit0d8324cd3617af09a60559e2f4557a793a167e34 (patch)
tree2933c6e9f72276c03f0a16b3abc112db4f58a90e /lib/libc/stdlib/getenv.3
parent1367cb73f53466185f1c79ee57154ab6a72ea325 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
-rw-r--r--lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 4753dfb6c578..e639b5292af7 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -89,7 +89,7 @@ If the variable
.Ar name
does not exist in the list,
it is inserted with the given
-.Ar value.
+.Ar value .
If the variable does exist, the argument
.Ar overwrite
is tested; if
@@ -140,7 +140,7 @@ failed because they were unable to allocate memory for the environment.
The
.Fn getenv
function conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Successive calls to
.Fn setenv