[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.24 and 1.25

version 1.24, 2013/06/01 09:51:28 version 1.25, 2015/03/13 19:58:41
Line 64 
Line 64 
 it is strongly suggested that users memorize how to disable tracing before  it is strongly suggested that users memorize how to disable tracing before
 attempting to trace a process.  attempting to trace a process.
 The following command is sufficient to disable tracing on all user owned  The following command is sufficient to disable tracing on all user owned
 processes, and, if executed by root, all processes:  processes and, if executed by root, all processes:
 .Pp  .Pp
 .Dl $ ktrace -C  .Dl $ ktrace -C
 .Pp  .Pp
Line 85 
Line 85 
 .Xr ld.so 1  .Xr ld.so 1
 relocation sequences.  relocation sequences.
 .It Fl C  .It Fl C
 Disable tracing on all user owned processes, and, if executed by root, all  Disable tracing on all user owned processes and, if executed by root, all
 processes in the system.  processes in the system.
 .It Fl c  .It Fl c
 Clear the trace points associated with the trace file or any specified  Clear the trace points associated with the trace file or any specified

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25