Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ktrace Omit no longer existing l, m from default tra...



details:   https://anonhg.NetBSD.org/src/rev/fada0f2e4409
branches:  trunk
changeset: 335480:fada0f2e4409
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Jan 08 22:03:42 2015 +0000

description:
Omit no longer existing l, m from default trace points.

diffstat:

 usr.bin/ktrace/ktrace.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eeebb732a71f -r fada0f2e4409 usr.bin/ktrace/ktrace.1
--- a/usr.bin/ktrace/ktrace.1   Thu Jan 08 16:13:07 2015 +0000
+++ b/usr.bin/ktrace/ktrace.1   Thu Jan 08 22:03:42 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index