mtrace.1: Minor fixes and rewordings

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-08-30 15:29:43 +02:00
parent 770e7545eb
commit 24bc93cb63
1 changed files with 13 additions and 15 deletions

View File

@ -24,32 +24,30 @@
.SH NAME .SH NAME
mtrace \- interpret the malloc trace log mtrace \- interpret the malloc trace log
.SH SYNOPSIS .SH SYNOPSIS
.BR mtrace " [\fIOPTION\fR]... [\fIBINARY\fR] \fIMTRACEDATA\fR" .BR mtrace " [\fIoption\fR]... [\fIbinary\fR] \fImtracedata\fR"
.SH DESCRIPTION .SH DESCRIPTION
.B mtrace .B mtrace
is a Perl script used to interpret and provide human readable output is a Perl script used to interpret and provide human readable output
of the trace log created by of the trace log contained in the file
.BR mtrace (3) .IR mtracedata ,
function stored in the whose contents were produced by
.B MTRACEDATA .BR mtrace (3).
file.
If If
.B BINARY .I binary
is provided, output of is provided, the output of
.B mtrace .B mtrace
also contains source file name with line number information also contains the source file name with line number information
of problem location for problem locations
(assuming that (assuming that
.B BINARY .I binary
was compiled with debugging information). was compiled with debugging information).
For more information about For more information about the
.BR mtrace (3) .BR mtrace (3)
function and function and
.B mtrace .B mtrace
script usage, refer to the script usage, see
.BR mtrace (3) .BR mtrace (3).
manual page.
.SH OPTIONS .SH OPTIONS
.TP .TP
.BI \fB\-\-help .BI \fB\-\-help