=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/ktrace/ktrace.1 2016/03/06 20:25:27 1.28 +++ src/usr.bin/ktrace/ktrace.1 2016/07/18 09:36:50 1.29 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.28 2016/03/06 20:25:27 guenther Exp $ +.\" $OpenBSD: ktrace.1,v 1.29 2016/07/18 09:36:50 guenther Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: March 6 2016 $ +.Dd $Mdocdate: July 18 2016 $ .Dt KTRACE 1 .Os .Sh NAME @@ -111,16 +111,10 @@ 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 , -.Cm i , -.Cm n , -.Cm s , -.Cm t , -.Cm u , -and -.Cm x . -The following table equates the letters with the tracepoints: +By default all trace points except for +.Cm X +are enabled. +The following table equates the letters with the trace points: .Pp .Bl -tag -width flag -offset indent -compact .It Cm c @@ -129,6 +123,10 @@ trace I/O .It Cm n trace namei translations +.It Cm p +trace violation of +.Xr pledge 2 +restrictions .It Cm s trace signal processing .It Cm t