summaryrefslogtreecommitdiffstats
path: root/man3/putenv.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/putenv.3')
-rw-r--r--man3/putenv.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/putenv.3 b/man3/putenv.3
index d0892b420..800d7dccc 100644
--- a/man3/putenv.3
+++ b/man3/putenv.3
@@ -30,7 +30,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR putenv ():
@@ -65,7 +65,7 @@ is set to indicate the error.
Insufficient space to allocate new environment.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -134,8 +134,8 @@ putenv("NAME");
.P
then the named variable is removed from the caller's environment.
.SH SEE ALSO
-.BR clearenv (3),
-.BR getenv (3),
-.BR setenv (3),
-.BR unsetenv (3),
-.BR environ (7)
+.MR clearenv 3 ,
+.MR getenv 3 ,
+.MR setenv 3 ,
+.MR unsetenv 3 ,
+.MR environ 7