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

Diff for /src/usr.bin/ktrace/ltrace.1 between version 1.9 and 1.10

version 1.9, 2016/03/06 20:25:27 version 1.10, 2016/07/18 09:36:50
Line 102 
Line 102 
 processes.  processes.
 .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  The default is just
 .Cm c ,  .Cm u .
 .Cm i ,  The following table equates the letters with the trace points:
 .Cm n ,  
 .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 120 
Line 113 
 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.9  
changed lines
  Added in v.1.10