diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-06-01 09:51:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-06-01 09:51:31 +0000 |
commit | ef21a2cb5b0d81e925c90a50449ba06a311298e0 (patch) | |
tree | b706bc221bbd3d98138080ff2e0c0e3d95443072 /usr.bin/kdump/kdump.1 | |
parent | 786bbfc14be1f59f643c0d189e0a2fa7b271381c (diff) |
Userland bits for utrace record handling; from otto@
Diffstat (limited to 'usr.bin/kdump/kdump.1')
-rw-r--r-- | usr.bin/kdump/kdump.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index fad59ab85bf..b66e0544c3d 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kdump.1,v 1.22 2012/04/10 20:39:37 mikeb Exp $ +.\" $OpenBSD: kdump.1,v 1.23 2013/06/01 09:51:30 miod Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: April 10 2012 $ +.Dd $Mdocdate: June 1 2013 $ .Dt KDUMP 1 .Os .Sh NAME @@ -43,7 +43,7 @@ .Op Fl f Ar file .Op Fl m Ar maxdata .Op Fl p Ar pid -.Op Fl t Op ceinsw +.Op Fl t Op ceinstuw .Ek .Sh DESCRIPTION .Nm @@ -106,7 +106,7 @@ CALL records or structure members in STRU records display symbolically instead of numerically. .It Fl T Display absolute timestamps for each entry (seconds since the Epoch). -.It Fl t Op ceinstw +.It Fl t Op ceinstuw Selects which tracepoints to display. See the .Fl t |