From 361c3c7f7ab840c2fd2f12d038a50cd4b8e8ab56 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Apr 2012 08:33:39 +1200 Subject: [PATCH] malloc.3, mallopt.3, mtrace.3: Links to new mcheck.3 page Signed-off-by: Michael Kerrisk --- man3/malloc.3 | 3 ++- man3/mallopt.3 | 3 ++- man3/mcheck_check_all.3 | 1 + man3/mcheck_pedantic.3 | 1 + man3/mprobe.3 | 1 + man3/mtrace.3 | 5 +++-- 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 man3/mcheck_check_all.3 create mode 100644 man3/mcheck_pedantic.3 create mode 100644 man3/mprobe.3 diff --git a/man3/malloc.3 b/man3/malloc.3 index eb4dd148a..f6c61084a 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -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) diff --git a/man3/mallopt.3 b/man3/mallopt.3 index 2e5c77a78..1f698754c 100644 --- a/man3/mallopt.3 +++ b/man3/mallopt.3 @@ -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) diff --git a/man3/mcheck_check_all.3 b/man3/mcheck_check_all.3 new file mode 100644 index 000000000..4baeaf2a5 --- /dev/null +++ b/man3/mcheck_check_all.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/man3/mcheck_pedantic.3 b/man3/mcheck_pedantic.3 new file mode 100644 index 000000000..4baeaf2a5 --- /dev/null +++ b/man3/mcheck_pedantic.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/man3/mprobe.3 b/man3/mprobe.3 new file mode 100644 index 000000000..4baeaf2a5 --- /dev/null +++ b/man3/mprobe.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/man3/mtrace.3 b/man3/mtrace.3 index 3ce625068..fd9b47a04 100644 --- a/man3/mtrace.3 +++ b/man3/mtrace.3 @@ -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)