Author: jhb
Date: Wed Jul 14 18:28:46 2010
New Revision: 210068
URL: http://svn.freebsd.org/changeset/base/210068

Log:
  - Sort list of trace points.
  - Note that 'y' (sysctl requests) is in the default set of trace points.
  
  MFC after:    3 days

Modified:
  head/usr.bin/ktrace/ktrace.1

Modified: head/usr.bin/ktrace/ktrace.1
==============================================================================
--- head/usr.bin/ktrace/ktrace.1        Wed Jul 14 18:23:19 2010        
(r210067)
+++ head/usr.bin/ktrace/ktrace.1        Wed Jul 14 18:28:46 2010        
(r210068)
@@ -112,11 +112,11 @@ The following table equates the letters 
 .Bl -tag -width flag -compact
 .It Cm c
 trace system calls
-.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 t
@@ -131,7 +131,7 @@ trace
 requests
 .It Cm +
 trace the default set of trace points -
-.Cm c , n , i , s , t , u
+.Cm c , i , n , s , t , u , y
 .El
 .It Ar command
 Execute
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to