diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-15 15:37:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-15 15:37:00 +0000 |
commit | 3f3fea71f7e73abe9e5096f46e2907f313f4feb1 (patch) | |
tree | 47f7fc4e78f46978287db1802d601a542daa45df /usr.bin/ktrace | |
parent | bbb427df72997b3a13fe519ddc5db345005c3aba (diff) |
improve wrong markup and poor wording regarding the -t argument
that was spotted by deraadt@;
OK deraadt@ jmc@
Diffstat (limited to 'usr.bin/ktrace')
-rw-r--r-- | usr.bin/ktrace/ktrace.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 7ecbb113394..6b6be67c359 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.29 2016/07/18 09:36:50 guenther Exp $ +.\" $OpenBSD: ktrace.1,v 1.30 2019/05/15 15:36:59 schwarze Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: July 18 2016 $ +.Dd $Mdocdate: May 15 2019 $ .Dt KTRACE 1 .Os .Sh NAME @@ -110,11 +110,11 @@ Enable (disable) tracing on the indicated process ID (only one .Fl p flag is permitted). .It Fl t Ar trstr -The string argument represents the kernel trace points, one per letter. +Select which information to put into the dump file. +The argument can contain one or more of the following letters. By default all trace points except for .Cm X are enabled. -The following table equates the letters with the trace points: .Pp .Bl -tag -width flag -offset indent -compact .It Cm c |