summaryrefslogtreecommitdiff
path: root/usr/src/man/man3malloc/watchmalloc.3malloc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3malloc/watchmalloc.3malloc')
-rw-r--r--usr/src/man/man3malloc/watchmalloc.3malloc21
1 files changed, 15 insertions, 6 deletions
diff --git a/usr/src/man/man3malloc/watchmalloc.3malloc b/usr/src/man/man3malloc/watchmalloc.3malloc
index 6f8407b019..abcffd30b1 100644
--- a/usr/src/man/man3malloc/watchmalloc.3malloc
+++ b/usr/src/man/man3malloc/watchmalloc.3malloc
@@ -58,7 +58,7 @@ The collection of \fBmalloc()\fR functions in this shared object are an
optional replacement for the standard versions of the same functions in the
system C library. See \fBmalloc\fR(3C). They provide a more strict interface
than the standard versions and enable enforcement of the interface through the
-watchpoint facility of \fB/proc\fR. See \fBproc\fR(4).
+watchpoint facility of \fB/proc\fR. See \fBproc\fR(5).
.sp
.LP
Any dynamically linked application can be run with these functions in place of
@@ -205,7 +205,7 @@ application is statically linked with respect to its \fBmalloc()\fR functions.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -221,7 +221,16 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBproc\fR(1), \fBbsdmalloc\fR(3MALLOC), \fBcalloc\fR(3C), \fBfree\fR(3C),
-\fBmalloc\fR(3C), \fBmalloc\fR(3MALLOC), \fBmapmalloc\fR(3MALLOC),
-\fBmemalign\fR(3C), \fBrealloc\fR(3C), \fBvalloc\fR(3C),
-\fBlibmapmalloc\fR(3LIB), \fBproc\fR(4), \fBattributes\fR(5)
+.BR proc (1),
+.BR calloc (3C),
+.BR free (3C),
+.BR malloc (3C),
+.BR memalign (3C),
+.BR realloc (3C),
+.BR valloc (3C),
+.BR libmapmalloc (3LIB),
+.BR bsdmalloc (3MALLOC),
+.BR malloc (3MALLOC),
+.BR mapmalloc (3MALLOC),
+.BR proc (5),
+.BR attributes (7)