summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
commit2410103c1d01e5581dbe8c80c0fbbdb90c1fdadc (patch)
tree5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /lib/libc
parent719f27a9f3363379f6a76390202e0a1d954f13e0 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/getenv.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index fc17c68bd4db..c5ed228238f9 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -113,8 +113,9 @@ from the list.
.Sh RETURN VALUES
The
.Fn getenv
-function returns the value of the environment variable as a nul terminated
-string.
+function returns the value of the environment variable as a
+.Dv NUL Ns
+-terminated string.
If the variable
.Fa name
is not in the current environment,