diff options
Diffstat (limited to 'upstream/archlinux/man3/mtrace.3')
-rw-r--r-- | upstream/archlinux/man3/mtrace.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/archlinux/man3/mtrace.3 b/upstream/archlinux/man3/mtrace.3 index 8a98fae2..8123ed98 100644 --- a/upstream/archlinux/man3/mtrace.3 +++ b/upstream/archlinux/man3/mtrace.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH mtrace 3 2023-10-31 "Linux man-pages 6.06" +.TH mtrace 3 2024-05-02 "Linux man-pages 6.8" .SH NAME mtrace, muntrace \- malloc tracing .SH LIBRARY @@ -124,7 +124,7 @@ The demonstration uses the following program: .P .in +4n .RB "$ " "cat t_mtrace.c" -.\" [[memory leak]] SRC BEGIN (t_mtrace.c) +.\" SRC BEGIN (t_mtrace.c) .EX #include <mcheck.h> #include <stdio.h> |