summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-04-27 08:45:46 +0000
committerjmg <jmg@FreeBSD.org>1997-04-27 08:45:46 +0000
commit4deb06a037f7e9be2228918e7ece7bba6efef34c (patch)
treecc4a2d805f2a30d0238a14722ccee2a6065108eb /usr.bin/ktrace
parent49413144285b96e53655b462df08b8d18fa92e82 (diff)
downloadFreeBSD-src-4deb06a037f7e9be2228918e7ece7bba6efef34c.zip
FreeBSD-src-4deb06a037f7e9be2228918e7ece7bba6efef34c.tar.gz
``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)
add missing Id's other minor clean ups
Diffstat (limited to 'usr.bin/ktrace')
-rw-r--r--usr.bin/ktrace/ktrace.114
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1
index 48a2e64..af9e14c 100644
--- a/usr.bin/ktrace/ktrace.1
+++ b/usr.bin/ktrace/ktrace.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt KTRACE 1
@@ -38,20 +39,21 @@
.Nm ktrace
.Nd enable kernel process tracing
.Sh SYNOPSIS
-.Nm ktrace
+.Nm
.Op Fl aCcdi
.Op Fl f Ar trfile
.Op Fl g Ar pgrp
.Op Fl p Ar pid
.Op Fl t Ar trstr
-.Nm ktrace
+.Nm
.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.
+The
+.Nm
+command enables kernel trace logging for the specified processes.
Kernel trace data is logged to the file
.Pa ktrace.out .
The kernel operations that are traced include system calls, namei
@@ -166,6 +168,6 @@ Only works if
is a regular file.
.Sh HISTORY
The
-.Nm ktrace
-command appears in
+.Nm
+command appeared in
.Bx 4.4 .
OpenPOWER on IntegriCloud