summaryrefslogtreecommitdiffstats
path: root/man3/malloc_usable_size.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_usable_size.3')
-rw-r--r--man3/malloc_usable_size.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/malloc_usable_size.3 b/man3/malloc_usable_size.3
index b2b6a73de..6a7f0cee1 100644
--- a/man3/malloc_usable_size.3
+++ b/man3/malloc_usable_size.3
@@ -18,7 +18,7 @@ Standard C library
.SH DESCRIPTION
This function can be used for
diagnostics or statistics about allocations from
-.BR malloc (3)
+.MR malloc 3
or a related function.
.SH RETURN VALUE
.BR malloc_usable_size ()
@@ -30,7 +30,7 @@ If
is NULL, 0 is returned.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -53,8 +53,8 @@ none of which the programmer should rely on.
This function is intended to only be used
for diagnostics and statistics;
writing to the excess memory without first calling
-.BR realloc (3)
+.MR realloc 3
to resize the allocation is not supported.
The returned value is only valid at the time of the call.
.SH SEE ALSO
-.BR malloc (3)
+.MR malloc 3