=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/kdump.1,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/kdump/kdump.1 2023/04/17 05:43:12 1.37 --- src/usr.bin/kdump/kdump.1 2023/09/30 13:03:40 1.38 *************** *** 1,4 **** ! .\" $OpenBSD: kdump.1,v 1.37 2023/04/17 05:43:12 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $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. *************** *** 29,35 **** .\" .\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: April 17 2023 $ .Dt KDUMP 1 .Os .Sh NAME --- 29,35 ---- .\" .\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: September 30 2023 $ .Dt KDUMP 1 .Os .Sh NAME *************** *** 100,112 **** 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. .It Fl u Ar label Display .Xr utrace 2 --- 100,138 ---- 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 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