summaryrefslogtreecommitdiffstats
path: root/man3/envz_add.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/envz_add.3')
-rw-r--r--man3/envz_add.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/envz_add.3 b/man3/envz_add.3
index fd5b77029..5dfc868cd 100644
--- a/man3/envz_add.3
+++ b/man3/envz_add.3
@@ -41,7 +41,7 @@ These functions are glibc-specific.
.P
An argz vector is a pointer to a character buffer together with a length,
see
-.BR argz_add (3).
+.MR argz_add 3 .
An envz vector is a special argz vector, namely one where the strings
have the form "name=value".
Everything after the first \[aq]=\[aq] is considered
@@ -121,7 +121,7 @@ and return 0 for success, and
if an allocation error occurs.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -165,4 +165,4 @@ main(int argc, char *argv[], char *envp[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR argz_add (3)
+.MR argz_add 3