-.\" $OpenBSD: kdump.1,v 1.37 2023/04/17 05:43:12 jmc Exp $
+.\" $OpenBSD: kdump.1,v 1.38 2023/09/30 13:03:40 naddy Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: April 17 2023 $
+.Dd $Mdocdate: September 30 2023 $
.Dt KDUMP 1
.Os
.Sh NAME
If both options are specified, display timestamps relative to trace start.
.It Fl t Ar trstr
Select which tracepoints to display.
-The argument can contain one or more of the letters
-.Cm cinpstuxX+ .
-See the
-.Fl t
-option of
-.Xr ktrace 1
-for the meaning of the letters.
+The argument can contain one or more of the following letters.
+By default all trace points except for
+.Cm X
+are enabled.
+.Pp
+.Bl -tag -width flag -offset indent -compact
+.\" Keep this list in sync with ktrace(1) and ltrace(1).
+.It Cm c
+trace system calls
+.It Cm i
+trace I/O
+.It Cm n
+trace namei translations
+.It Cm p
+trace violation of
+.Xr pledge 2
+restrictions
+.It Cm s
+trace signal processing
+.It Cm t
+trace various structures
+.It Cm u
+trace user data coming from
+.Xr utrace 2
+.It Cm x
+trace argument vector in
+.Xr execve 2
+.It Cm X
+trace environment in
+.Xr execve 2
+.It Cm +
+trace the default points
+.El
.It Fl u Ar label
Display
.Xr utrace 2
-.\" $OpenBSD: ktrace.1,v 1.32 2022/07/30 07:19:30 jsg Exp $
+.\" $OpenBSD: ktrace.1,v 1.33 2023/09/30 13:03:40 naddy Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: July 30 2022 $
+.Dd $Mdocdate: September 30 2023 $
.Dt KTRACE 1
.Os
.Sh NAME
are enabled.
.Pp
.Bl -tag -width flag -offset indent -compact
+.\" Keep this list in sync with kdump(1) and ltrace(1).
.It Cm c
trace system calls
.It Cm i
-.\" $OpenBSD: ltrace.1,v 1.10 2016/07/18 09:36:50 guenther Exp $
+.\" $OpenBSD: ltrace.1,v 1.11 2023/09/30 13:03:40 naddy Exp $
.\"
.\" Copyright (c) 2013 Miodrag Vallat.
.\"
.\"
.\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: July 18 2016 $
+.Dd $Mdocdate: September 30 2023 $
.Dt LTRACE 1
.Os
.Sh NAME
The following table equates the letters with the trace points:
.Pp
.Bl -tag -width flag -offset indent -compact
+.\" Keep this list in sync with kdump(1) and ktrace(1).
.It Cm c
trace system calls
.It Cm i