diff options
Diffstat (limited to 'usr/src/man/man3c/getenv.3c')
| -rw-r--r-- | usr/src/man/man3c/getenv.3c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3c/getenv.3c b/usr/src/man/man3c/getenv.3c index 0d5a374e08..a9103105ad 100644 --- a/usr/src/man/man3c/getenv.3c +++ b/usr/src/man/man3c/getenv.3c @@ -18,7 +18,7 @@ getenv \- return value for environment name .sp .LP The \fBgetenv()\fR function searches the environment list (see -\fBenviron\fR(5)) for a string of the form \fIname\fR\fB=\fR\fIvalue\fR and, if +\fBenviron\fR(7)) for a string of the form \fIname\fR\fB=\fR\fIvalue\fR and, if the string is present, returns a pointer to the \fIvalue\fR in the current environment. .SH RETURN VALUES @@ -39,7 +39,7 @@ accessing the environment list using \fBgetenv()\fR or \fBputenv\fR(3C). .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -57,5 +57,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBexec\fR(2), \fBputenv\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5), -\fBstandards\fR(5) +\fBexec\fR(2), \fBputenv\fR(3C), \fBattributes\fR(7), \fBenviron\fR(7), +\fBstandards\fR(7) |
