diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-11 21:19:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-11 21:19:35 +0000 |
commit | d0a5c7d1ed8bab9f5730846686de2b8bca0c7232 (patch) | |
tree | 75690df9015ce0b5f5747a2dfa8d1bd84aa0ee83 /usr.bin/kdump/kdump.1 | |
parent | a293cb8c92c2fa66da8e9a6c8f5d36444669997c (diff) |
add some missing .Cm macros and drop some redundant .Bk while here
Diffstat (limited to 'usr.bin/kdump/kdump.1')
-rw-r--r-- | usr.bin/kdump/kdump.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index a3d10939220..ea714979567 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kdump.1,v 1.24 2014/12/15 01:48:54 guenther Exp $ +.\" $OpenBSD: kdump.1,v 1.25 2015/09/11 21:19:34 schwarze 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: December 15 2014 $ +.Dd $Mdocdate: September 11 2015 $ .Dt KDUMP 1 .Os .Sh NAME @@ -37,14 +37,12 @@ .Nd display kernel trace data .Sh SYNOPSIS .Nm kdump -.Bk -words .Op Fl dHlnRTXx .Op Fl e Ar emulation .Op Fl f Ar file .Op Fl m Ar maxdata .Op Fl p Ar pid -.Op Fl t Op ceinstuw -.Ek +.Op Fl t Op Cm ceinstuw .Sh DESCRIPTION .Nm displays the kernel trace files produced with @@ -100,7 +98,7 @@ specified. Display relative timestamps (time since previous entry). .It Fl T Display absolute timestamps for each entry (seconds since the Epoch). -.It Fl t Op ceinstuw +.It Fl t Op Cm ceinstuw Selects which tracepoints to display. See the .Fl t |