Grammar and mdoc fixes. Bump date for last two.
This commit is contained in:
parent
b630da6585
commit
36e4d83a5e
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: ktrace.1,v 1.20 2003/05/02 07:52:23 gmcgarry Exp $
|
.\" $NetBSD: ktrace.1,v 1.21 2003/05/06 08:22:08 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1990, 1993
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -33,7 +33,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
|
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
|
||||||
.\"
|
.\"
|
||||||
.Dd December 9, 2002
|
.Dd May 2, 2003
|
||||||
.Dt KTRACE 1
|
.Dt KTRACE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -118,7 +118,7 @@ Log trace records to
|
|||||||
.Ar trfile
|
.Ar trfile
|
||||||
instead of
|
instead of
|
||||||
.Pa ktrace.out .
|
.Pa ktrace.out .
|
||||||
It Fl f Ar infile
|
.It Fl f Ar infile
|
||||||
Read the trace records from
|
Read the trace records from
|
||||||
.Ar infile
|
.Ar infile
|
||||||
and print them in a human readable format to standard out.
|
and print them in a human readable format to standard out.
|
||||||
@ -130,15 +130,16 @@ flag is permitted).
|
|||||||
Inherit; pass the trace flags to all future children of the designated
|
Inherit; pass the trace flags to all future children of the designated
|
||||||
processes.
|
processes.
|
||||||
.It Fl l
|
.It Fl l
|
||||||
Poll the trace file for new data and prints it to standard out.
|
Poll the trace file for new data and print it to standard out.
|
||||||
Only for use together with the
|
Only for use together with the
|
||||||
.Fl f
|
.Fl f
|
||||||
option.
|
option.
|
||||||
.It Fl m Ar maxdata
|
.It Fl m Ar maxdata
|
||||||
Print at most
|
Print at most
|
||||||
.Ar maxdata
|
.Ar maxdata
|
||||||
bytes of data. This is used for pointer type arguments e.g. strings.
|
bytes of data.
|
||||||
The data will be escaped in C-Style.
|
This is used for pointer type arguments, e.g., strings.
|
||||||
|
The data will be escaped in C-style.
|
||||||
.It Fl o Ar outfile
|
.It Fl o Ar outfile
|
||||||
Log trace records to
|
Log trace records to
|
||||||
.Ar outfile .
|
.Ar outfile .
|
||||||
@ -153,9 +154,9 @@ Write to the trace file with synchronized I/O.
|
|||||||
.It Fl R
|
.It Fl R
|
||||||
Display relative time stamps to output.
|
Display relative time stamps to output.
|
||||||
.It Fl T
|
.It Fl T
|
||||||
Same as
|
Same as the
|
||||||
.Fl R
|
.Fl R
|
||||||
options but use absolute timestamps instead.
|
option, but use absolute timestamps instead.
|
||||||
.It Fl t Ar trstr
|
.It Fl t Ar trstr
|
||||||
The string argument represents the kernel trace points, one per letter.
|
The string argument represents the kernel trace points, one per letter.
|
||||||
The following table equates the letters with the tracepoints:
|
The following table equates the letters with the tracepoints:
|
||||||
|
Loading…
Reference in New Issue
Block a user