diff options
Diffstat (limited to 'usr/src/man/man3c/getenv.3c')
-rw-r--r-- | usr/src/man/man3c/getenv.3c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/man/man3c/getenv.3c b/usr/src/man/man3c/getenv.3c index 0d5a374e08..a5d55f0f56 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,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBexec\fR(2), \fBputenv\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5), -\fBstandards\fR(5) +.BR exec (2), +.BR putenv (3C), +.BR attributes (7), +.BR environ (7), +.BR standards (7) |