=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/ktrace/ktrace.1 2012/07/12 16:45:15 1.23 --- src/usr.bin/ktrace/ktrace.1 2013/06/01 09:51:28 1.24 *************** *** 1,4 **** ! .\" $OpenBSD: ktrace.1,v 1.23 2012/07/12 16:45:15 guenther Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: ktrace.1,v 1.24 2013/06/01 09:51:28 miod Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 29,35 **** .\" .\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: July 12 2012 $ .Dt KTRACE 1 .Os .Sh NAME --- 29,35 ---- .\" .\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: June 1 2013 $ .Dt KTRACE 1 .Os .Sh NAME *************** *** 73,79 **** to decode it. .Pp The options are as follows: ! .Bl -tag -width "-t trstr" .It Fl a Append to the trace file instead of recreating it. .It Fl B --- 73,79 ---- to decode it. .Pp The options are as follows: ! .Bl -tag -width 9n .It Fl a Append to the trace file instead of recreating it. .It Fl B *************** *** 117,124 **** .Cm i , .Cm n , .Cm s , and ! .Cm t . The following table equates the letters with the tracepoints: .Pp .Bl -tag -width flag -offset indent -compact --- 117,125 ---- .Cm i , .Cm n , .Cm s , + .Cm t , and ! .Cm u . The following table equates the letters with the tracepoints: .Pp .Bl -tag -width flag -offset indent -compact *************** *** 134,139 **** --- 135,143 ---- trace signal processing .It Cm t trace various structures + .It Cm u + trace user data coming from + .Xr utrace 2 .It Cm w trace context switch points .It Cm + *************** *** 185,191 **** .Dl $ ktrace -C .Sh SEE ALSO .Xr kdump 1 , ! .Xr ktrace 2 .Sh HISTORY The .Nm ktrace --- 189,196 ---- .Dl $ ktrace -C .Sh SEE ALSO .Xr kdump 1 , ! .Xr ktrace 2 , ! .Xr utrace 2 .Sh HISTORY The .Nm ktrace