On Fri, Jun 24, 2011 at 11:32:00AM +0200, Cl??ment B??sch wrote: > -- > ClC)ment B. > --- ktrace.1.orig 2007-05-31 21:20:11.000000000 +0200 > +++ ktrace.1 2011-06-24 11:28:13.523695570 +0200 > @@ -55,8 +55,8 @@ > unless overridden by the > .Fl f > option. > -The kernel operations that are traced include system calls, namei > -translations, signal processing, and I/O. > +The kernel operations that are traced are system calls, namei translations, > +signal processing, I/O and emulation changes. > .Pp > Once tracing is enabled on a process, trace data will be logged until > either the process exits or the trace point is cleared. > @@ -80,7 +80,8 @@ > Disable tracing on all user owned processes, and, if executed by root, all > processes in the system. > .It Fl c > -Clear the trace points associated with the specified file or processes. > +Clear the trace points associated with the trace file or any specified > +processes. > .It Fl d > Descendants; perform the operation for all current children of the > designated processes. > @@ -124,6 +125,8 @@ > trace signal processing > .It Cm w > trace context switch points > +.It Cm + > +trace the default points > .El > .It Ar command > Execute >
i've made one small tweak to the first hunkm as it read a bit strangely. would another developer like to ok this? jmc Index: ktrace.1 =================================================================== RCS file: /cvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.19 diff -u -r1.19 ktrace.1 --- ktrace.1 31 May 2007 19:20:11 -0000 1.19 +++ ktrace.1 24 Jun 2011 09:36:24 -0000 @@ -55,8 +55,8 @@ unless overridden by the .Fl f option. -The kernel operations that are traced include system calls, namei -translations, signal processing, and I/O. +The kernel operations traced are system calls, namei translations, +signal processing, I/O and emulation changes. .Pp Once tracing is enabled on a process, trace data will be logged until either the process exits or the trace point is cleared. @@ -80,7 +80,8 @@ Disable tracing on all user owned processes, and, if executed by root, all processes in the system. .It Fl c -Clear the trace points associated with the specified file or processes. +Clear the trace points associated with the trace file or any specified +processes. .It Fl d Descendants; perform the operation for all current children of the designated processes. @@ -124,6 +125,8 @@ trace signal processing .It Cm w trace context switch points +.It Cm + +trace the default points .El .It Ar command Execute
