summaryrefslogtreecommitdiffstats
path: root/man3/malloc_info.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_info.3')
-rw-r--r--man3/malloc_info.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/malloc_info.3 b/man3/malloc_info.3
index 15f3d64e6..765272dd2 100644
--- a/man3/malloc_info.3
+++ b/man3/malloc_info.3
@@ -24,7 +24,7 @@ implementation in the caller.
The string is printed on the file stream
.IR stream .
The exported string includes information about all arenas (see
-.BR malloc (3)).
+.MR malloc 3 ).
.P
As currently implemented,
.I options
@@ -43,7 +43,7 @@ is set to indicate the error.
was nonzero.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -67,7 +67,7 @@ because the information may change over time
The output XML string includes a version field.
.P
The
-.BR open_memstream (3)
+.MR open_memstream 3
function can be used to send the output of
.BR malloc_info ()
directly into a buffer in memory, rather than to a file.
@@ -75,9 +75,9 @@ directly into a buffer in memory, rather than to a file.
The
.BR malloc_info ()
function is designed to address deficiencies in
-.BR malloc_stats (3)
+.MR malloc_stats 3
and
-.BR mallinfo (3).
+.MR mallinfo 3 .
.SH EXAMPLES
The program below takes up to four command-line arguments,
of which the first three are mandatory.
@@ -250,8 +250,8 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR mallinfo (3),
-.BR malloc (3),
-.BR malloc_stats (3),
-.BR mallopt (3),
-.BR open_memstream (3)
+.MR mallinfo 3 ,
+.MR malloc 3 ,
+.MR malloc_stats 3 ,
+.MR mallopt 3 ,
+.MR open_memstream 3