diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
| commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
| tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/getenv.3 | |
| parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) | |
| download | man-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz | |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/getenv.3')
| -rw-r--r-- | man3/getenv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getenv.3 b/man3/getenv.3 index 95feeb56cc..6e88702a55 100644 --- a/man3/getenv.3 +++ b/man3/getenv.3 @@ -37,11 +37,11 @@ getenv \- get an environment variable .BI "char *getenv(const char *" name ); .fi .SH DESCRIPTION -The \fBgetenv()\fP function searches the environment list for a string +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. .SH "RETURN VALUE" -The \fBgetenv()\fP function returns a pointer to the value in the +The \fBgetenv\fP() function returns a pointer to the value in the environment, or NULL if there is no match. .SH "CONFORMING TO" SVID 3, POSIX, 4.3BSD, ISO 9899 |
