summaryrefslogtreecommitdiffstats
path: root/man3/argz_add.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/argz_add.3')
-rw-r--r--man3/argz_add.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/argz_add.3 b/man3/argz_add.3
index 4b4fc4f8d..d41180aaf 100644
--- a/man3/argz_add.3
+++ b/man3/argz_add.3
@@ -67,9 +67,9 @@ These functions are for handling argz vectors.
The pair (NULL,0) is an argz vector, and, conversely,
argz vectors of length 0 must have null pointer.
Allocation of nonempty argz vectors is done using
-.BR malloc (3),
+.MR malloc 3 ,
so that
-.BR free (3)
+.MR free 3
can be used to dispose of them again.
.P
.BR argz_add ()
@@ -205,7 +205,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
@@ -234,4 +234,4 @@ GNU.
Argz vectors without a terminating null byte may lead to
Segmentation Faults.
.SH SEE ALSO
-.BR envz_add (3)
+.MR envz_add 3