OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / mtrace.3
index 3ce6250..bda8b68 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,8 +20,9 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.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
@@ -54,7 +56,7 @@ If no hook functions were successfully installed by
 does nothing.
 
 When
-.BR mtrace (3)
+.BR mtrace ()
 is called, it checks the value of the environment variable
 .BR MALLOC_TRACE ,
 which should contain the pathname of a file in which
@@ -73,7 +75,7 @@ In set-user-ID and set-group-ID programs,
 is ignored, and
 .BR mtrace ()
 has no effect.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are GNU extensions.
 .SH NOTES
 In normal usage,
@@ -101,7 +103,7 @@ points to a valid, writable pathname).
 The line-number information produced by
 .BR mtrace (1)
 is not always precise:
-the line number references may refer to the previous or following (non-blank)
+the line number references may refer to the previous or following (nonblank)
 line of the source code.
 .SH EXAMPLE
 The shell session below demonstrates the use of the
@@ -162,7 +164,17 @@ The final message corresponds to the call to
 .BR calloc (3)
 (which in turn calls
 .BR malloc (3)).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mtrace (1),
 .BR malloc (3),
-.BR malloc_hook (3)
+.BR malloc_hook (3),
+.BR mcheck (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.