aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getenv.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
commit1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4 (patch)
treeac3d07039ca9010aa17bee1cf8f4cf92074776d3 /man3/getenv.3
parentdc936104cda6b31e0b6e6c86194d4aad043e2da4 (diff)
downloadman-pages-1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4.tar.gz
Wrap long lines; start sentences on new lines
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 a1c6454b8d..a43a03a03f 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.