]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mtrace.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / mtrace.3
index baa31e2440aa7e23c661de26b9ddd6b484adaea1..ff9f0fc5df846002f26f2d21b928d44ae68c5d8d 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MTRACE 3 2015-03-02 "GNU" "Linux Programmer's Manual"
+.TH MTRACE 3 2017-09-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mtrace, muntrace \- malloc tracing
 .SH SYNOPSIS
@@ -134,9 +134,9 @@ function and the
 .BR mtrace (1)
 command in a program that has memory leaks at two different locations.
 The demonstration uses the following program:
+.PP
 .in +4
-.nf
-
+.EX
 .RB "$ " "cat t_mtrace.c"
 #include <mcheck.h>
 #include <stdlib.h>