ktrace(1): tweak -c wording for clarity

This commit is contained in:
uwe 2023-05-06 10:45:14 +00:00
parent f64a275a51
commit da0afac854
1 changed files with 17 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ktrace.1,v 1.47 2022/09/02 03:43:53 gutteridge Exp $
.\" $NetBSD: ktrace.1,v 1.48 2023/05/06 10:45:14 uwe Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -103,10 +103,14 @@ The options are as follows:
.It Fl a
Append to the trace file instead of truncating it.
.It Fl C
Disable tracing on all user owned processes, and, if executed by root, all
Clear
.Pq disable
tracing on all user owned processes, and, if executed by root, all
processes in the system.
.It Fl c
Clear the trace points associated with the specified file or processes.
Clear
.Pq disable
the trace points associated with the specified file or processes.
.It Fl d
Descendants; perform the operation for all current children of the
designated processes.
@ -124,9 +128,12 @@ Read the trace records from
.Ar infile
and print them in a human readable format to standard out.
.It Fl g Ar pgid
Enable (disable) tracing on all processes in the process group (only one
Enable
.Pq disable with Fl c
tracing on all processes in the process group.
Only one
.Fl g
flag is permitted).
flag is permitted.
.It Fl i
Inherit; pass the trace flags to all future children of the designated
processes.
@ -161,9 +168,12 @@ Without this option
will print its output in a human
readable format to standard out.
.It Fl p Ar pid
Enable (disable) tracing on the indicated process id (only one
Enable
.Pq disable with Fl c
tracing on the indicated process id.
Only one
.Fl p
flag is permitted).
flag is permitted.
.It Fl R
Display relative time stamps to output.
.It Fl s