Module Name: src
Committed By: riastradh
Date: Thu Jan 8 22:03:42 UTC 2015
Modified Files:
src/usr.bin/ktrace: ktrace.1
Log Message:
Omit no longer existing l, m from default trace points.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/ktrace/ktrace.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ktrace/ktrace.1
diff -u src/usr.bin/ktrace/ktrace.1:1.42 src/usr.bin/ktrace/ktrace.1:1.43
--- src/usr.bin/ktrace/ktrace.1:1.42 Wed Jun 1 22:17:43 2011
+++ src/usr.bin/ktrace/ktrace.1 Thu Jan 8 22:03:42 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: ktrace.1,v 1.42 2011/06/01 22:17:43 wiz Exp $
+.\" $NetBSD: ktrace.1,v 1.43 2015/01/08 22:03:42 riastradh Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd June 1, 2011
+.Dd January 8, 2015
.Dt KTRACE 1
.Os
.Sh NAME
@@ -201,7 +201,7 @@ trace exec environment
.It Cm w
trace context switches
.It Cm +
-trace the default set of trace points (c, e, i, l, m, n, s, u)
+trace the default set of trace points (c, e, i, n, s, u)
.It Cm -
do not trace following trace points
.El