[BACK]Return to ktrace.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ktrace

Diff for /src/usr.bin/ktrace/ktrace.1 between version 1.28 and 1.29

version 1.28, 2016/03/06 20:25:27 version 1.29, 2016/07/18 09:36:50
Line 111 
Line 111 
 flag is permitted).  flag is permitted).
 .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 default flags are  By default all trace points except for
 .Cm c ,  .Cm X
 .Cm i ,  are enabled.
 .Cm n ,  The following table equates the letters with the trace points:
 .Cm s ,  
 .Cm t ,  
 .Cm u ,  
 and  
 .Cm x .  
 The following table equates the letters with the tracepoints:  
 .Pp  .Pp
 .Bl -tag -width flag -offset indent -compact  .Bl -tag -width flag -offset indent -compact
 .It Cm c  .It Cm c
Line 129 
Line 123 
 trace I/O  trace I/O
 .It Cm n  .It Cm n
 trace namei translations  trace namei translations
   .It Cm p
   trace violation of
   .Xr pledge 2
   restrictions
 .It Cm s  .It Cm s
 trace signal processing  trace signal processing
 .It Cm t  .It Cm t

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29