Make it clear what the userland traces are in the ktrace(1) man page.
MFC after: 2 weeks
This commit is contained in:
parent
375409b48b
commit
90a7bed401
@ -28,7 +28,7 @@
|
|||||||
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
|
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 24, 2017
|
.Dd August 26, 2019
|
||||||
.Dt KTRACE 1
|
.Dt KTRACE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -130,7 +130,8 @@ trace signal processing
|
|||||||
.It Cm t
|
.It Cm t
|
||||||
trace various structures
|
trace various structures
|
||||||
.It Cm u
|
.It Cm u
|
||||||
userland traces
|
userland traces generated by
|
||||||
|
.Xr utrace 2
|
||||||
.It Cm w
|
.It Cm w
|
||||||
context switches
|
context switches
|
||||||
.It Cm y
|
.It Cm y
|
||||||
@ -184,7 +185,8 @@ Disable tracing of all user-owned processes:
|
|||||||
.Xr dtrace 1 ,
|
.Xr dtrace 1 ,
|
||||||
.Xr kdump 1 ,
|
.Xr kdump 1 ,
|
||||||
.Xr truss 1 ,
|
.Xr truss 1 ,
|
||||||
.Xr ktrace 2
|
.Xr ktrace 2 ,
|
||||||
|
.Xr utrace 2
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user