OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / mcheck.3
index 315e9a6..44de1b5 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MCHECK 3  2012-04-18 "GNU" "Linux Programmer's Manual"
+.TH MCHECK 3  2014-01-11 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking
 .SH SYNOPSIS
@@ -55,7 +55,7 @@ function must be called before the first call to
 .BR malloc (3)
 or a related function.
 In cases where this is difficult to ensure, linking the program with
-.IR \-mcheck
+.IR \-lmcheck
 inserts an implicit call to
 .BR mcheck ()
 (with a NULL argument)
@@ -72,7 +72,7 @@ This can be very slow!
 The
 .BR mcheck_check_all ()
 function causes an immediate check on all allocated blocks.
-This call is only effective if
+This call is effective only if
 .BR mcheck ()
 is called beforehand.
 
@@ -205,3 +205,11 @@ main(int argc, char *argv[])
 .BR malloc (3),
 .BR mallopt (3),
 .BR mtrace (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.