[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.5 and 1.6

version 1.5, 1997/06/18 09:44:08 version 1.6, 1998/09/26 19:54:56
Line 49 
Line 49 
 .Op Fl adi  .Op Fl adi
 .Op Fl f Ar trfile  .Op Fl f Ar trfile
 .Op Fl t Ar trstr  .Op Fl t Ar trstr
 command  .Ar command
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Ktrace  .Nm ktrace
 enables kernel trace logging for the specified processes.  enables kernel trace logging for the specified processes.
 Kernel trace data is logged to the file  Kernel trace data is logged to the file
 .Pa ktrace.out .  .Pa ktrace.out .
Line 69 
Line 69 
 .Pp  .Pp
 .Dl \&$ ktrace -C  .Dl \&$ ktrace -C
 .Pp  .Pp
 The trace file is not human readable; use  The trace file is not human-readable; use
 .Xr kdump 1  .Xr kdump 1
 to decode it.  to decode it.
 .Pp  .Pp
Line 98 
Line 98 
 Inherit; pass the trace flags to all future children of the designated  Inherit; pass the trace flags to all future children of the designated
 processes.  processes.
 .It Fl p Ar pid  .It Fl p Ar pid
 Enable (disable) tracing on the indicated process id (only one  Enable (disable) tracing on the indicated process ID (only one
 .Fl p  .Fl p
 flag is permitted).  flag is permitted).
 .It Fl t Ar trstr  .It Fl t Ar trstr
Line 164 
Line 164 
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm ktrace  .Nm ktrace
 command appears in  command appeared in
 .Bx 4.4 .  .Bx 4.4 .

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6