diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3malloc/watchmalloc.3malloc | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3malloc/watchmalloc.3malloc')
-rw-r--r-- | usr/src/man/man3malloc/watchmalloc.3malloc | 21 |
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) |