=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/ktrace/ktrace.1 2000/11/09 17:52:15 1.10 +++ src/usr.bin/ktrace/ktrace.1 2003/02/19 19:30:13 1.11 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ +.\" $OpenBSD: ktrace.1,v 1.11 2003/02/19 19:30:13 deraadt Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -107,6 +107,13 @@ flag is permitted). .It Fl t Ar trstr The string argument represents the kernel trace points, one per letter. +The default flags are +.Cm c Ns , +.Cm e Ns , +.Cm i Ns , +.Cm n Ns , +and +.Cm s Ns . The following table equates the letters with the tracepoints: .Pp .Bl -tag -width flag -compact @@ -114,13 +121,15 @@ trace system calls .It Cm e trace emulation changes -.It Cm n -trace namei translations .It Cm i trace .Tn I/O +.It Cm n +trace namei translations .It Cm s trace signal processing +.It Cm w +trace context switch points .El .It Ar command Execute