Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ktrace Grammar and mdoc fixes. Bump date for last two.
details: https://anonhg.NetBSD.org/src/rev/32a18e02d6d6
branches: trunk
changeset: 546760:32a18e02d6d6
user: wiz <wiz%NetBSD.org@localhost>
date: Tue May 06 08:22:08 2003 +0000
description:
Grammar and mdoc fixes. Bump date for last two.
diffstat:
usr.bin/ktrace/ktrace.1 | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (63 lines):
diff -r 66ada2c94dff -r 32a18e02d6d6 usr.bin/ktrace/ktrace.1
--- a/usr.bin/ktrace/ktrace.1 Tue May 06 08:15:04 2003 +0000
+++ b/usr.bin/ktrace/ktrace.1 Tue May 06 08:22:08 2003 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd December 9, 2002
+.Dd May 2, 2003
.Dt KTRACE 1
.Os
.Sh NAME
@@ -118,8 +118,8 @@
.Ar trfile
instead of
.Pa ktrace.out .
-It Fl f Ar infile
-Read the trace records from
+.It Fl f Ar infile
+Read the trace records from
.Ar infile
and print them in a human readable format to standard out.
.It Fl g Ar pgid
@@ -130,16 +130,17 @@
Inherit; pass the trace flags to all future children of the designated
processes.
.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
.Fl f
option.
.It Fl m Ar maxdata
Print at most
.Ar maxdata
-bytes of data. This is used for pointer type arguments e.g. strings.
-The data will be escaped in C-Style.
-.It Fl o Ar outfile
+bytes of data.
+This is used for pointer type arguments, e.g., strings.
+The data will be escaped in C-style.
+.It Fl o Ar outfile
Log trace records to
.Ar outfile .
Without this option ktruss will print its output in a human
@@ -153,9 +154,9 @@
.It Fl R
Display relative time stamps to output.
.It Fl T
-Same as
+Same as the
.Fl R
-options but use absolute timestamps instead.
+option, but use absolute timestamps instead.
.It Fl t Ar trstr
The string argument represents the kernel trace points, one per letter.
The following table equates the letters with the tracepoints:
Home |
Main Index |
Thread Index |
Old Index