summaryrefslogtreecommitdiff
path: root/man3/getenv.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getenv.3')
-rw-r--r--man3/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getenv.3 b/man3/getenv.3
index a1c6454b..a43a03a0 100644
--- a/man3/getenv.3
+++ b/man3/getenv.3
@@ -38,8 +38,8 @@ getenv \- get an environment variable
.fi
.SH DESCRIPTION
The \fBgetenv\fP() function searches the environment list for a string
-that matches the string pointed to by \fIname\fP. The strings are of
-the form \fIname = value\fP.
+that matches the string pointed to by \fIname\fP.
+The strings are of the form \fIname = value\fP.
.SH "RETURN VALUE"
The \fBgetenv\fP() function returns a pointer to the value in the
environment, or NULL if there is no match.