malloc.3, mallopt.3, mtrace.3: Links to new mcheck.3 page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-18 08:33:39 +12:00
parent fd2981935b
commit 361c3c7f7a
6 changed files with 10 additions and 4 deletions

View File

@ -25,7 +25,7 @@
.\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de)
.\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap().
.\"
.TH MALLOC 3 2012-03-20 "GNU" "Linux Programmer's Manual"
.TH MALLOC 3 2012-04-18 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc, free, calloc, realloc \- Allocate and free dynamic memory
.SH SYNOPSIS
@ -272,5 +272,6 @@ For details, see
.BR malloc_trim (3),
.BR malloc_usable_size (3),
.BR mallopt (3),
.BR mcheck (3),
.BR mtrace (3),
.BR posix_memalign (3)

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MALLOPT 3 2012-04-17 "Linux" "Linux Programmer's Manual"
.TH MALLOPT 3 2012-04-18 "Linux" "Linux Programmer's Manual"
.SH NAME
mallopt \- set memory allocation parameters
.SH SYNOPSIS
@ -574,5 +574,6 @@ main(int argc, char *argv[])
.BR malloc (3),
.BR malloc_hook (3),
.BR malloc_trim (3),
.BR mcheck (3),
.BR mtrace (3),
.BR posix_memalign (3)

1
man3/mcheck_check_all.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

1
man3/mcheck_pedantic.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

1
man3/mprobe.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MTRACE 3 2012-03-22 "GNU" "Linux Programmer's Manual"
.TH MTRACE 3 2012-04-18 "GNU" "Linux Programmer's Manual"
.SH NAME
mtrace, muntrace \- malloc tracing
.SH SYNOPSIS
@ -165,4 +165,5 @@ The final message corresponds to the call to
.SH "SEE ALSO"
.BR mtrace (1),
.BR malloc (3),
.BR malloc_hook (3)
.BR malloc_hook (3),
.BR mcheck (3)