From fb878f802b634cd10c683cd0fa94c1ef00b522ad Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 23 Jul 2010 15:16:27 +0000 Subject: [PATCH] MFC 210068: - Sort list of trace points. - Note that 'y' (sysctl requests) is in the default set of trace points. git-svn-id: svn://svn.freebsd.org/base/stable/8@210416 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/ktrace/ktrace.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 88e80a2c8..0604ade89 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -112,11 +112,11 @@ The following table equates the letters with the tracepoints: .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 -- 2.45.0