=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/ktrace.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/ktrace/ktrace.1 1997/06/18 09:44:08 1.5 --- src/usr.bin/ktrace/ktrace.1 1998/09/26 19:54:56 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: ktrace.1,v 1.5 1997/06/18 09:44:08 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: ktrace.1,v 1.6 1998/09/26 19:54:56 aaron Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 49,57 **** .Op Fl adi .Op Fl f Ar trfile .Op Fl t Ar trstr ! command .Sh DESCRIPTION ! .Nm Ktrace enables kernel trace logging for the specified processes. Kernel trace data is logged to the file .Pa ktrace.out . --- 49,57 ---- .Op Fl adi .Op Fl f Ar trfile .Op Fl t Ar trstr ! .Ar command .Sh DESCRIPTION ! .Nm ktrace enables kernel trace logging for the specified processes. Kernel trace data is logged to the file .Pa ktrace.out . *************** *** 69,75 **** .Pp .Dl \&$ ktrace -C .Pp ! The trace file is not human readable; use .Xr kdump 1 to decode it. .Pp --- 69,75 ---- .Pp .Dl \&$ ktrace -C .Pp ! The trace file is not human-readable; use .Xr kdump 1 to decode it. .Pp *************** *** 98,104 **** Inherit; pass the trace flags to all future children of the designated processes. .It Fl p Ar pid ! Enable (disable) tracing on the indicated process id (only one .Fl p flag is permitted). .It Fl t Ar trstr --- 98,104 ---- Inherit; pass the trace flags to all future children of the designated processes. .It Fl p Ar pid ! Enable (disable) tracing on the indicated process ID (only one .Fl p flag is permitted). .It Fl t Ar trstr *************** *** 164,168 **** .Sh HISTORY The .Nm ktrace ! command appears in .Bx 4.4 . --- 164,168 ---- .Sh HISTORY The .Nm ktrace ! command appeared in .Bx 4.4 .