summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2006-10-07 21:27:21 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2006-10-07 21:27:21 +0000
commit0b0ea94893a96e084e34180f55b4ce6c2e13e306 (patch)
tree7e8efb9d8367a2a61ca0f0ec63bed465db2ecd78 /lib/libc/stdlib
parente0c10c6e0817773ccefadf98258adec5dfbb2682 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getenv.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index a75e49fc1155..4f7126b4884b 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -90,8 +90,7 @@ If the variable does exist, the argument
.Fa overwrite
is tested; if
.Fa overwrite
-is
-zero, the
+is zero, the
variable is not reset, otherwise it is reset
to the given
.Fa value .