summaryrefslogtreecommitdiffstats
path: root/sbin/ddb
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-12-24 11:12:21 +0000
committertrhodes <trhodes@FreeBSD.org>2008-12-24 11:12:21 +0000
commit953a7479f360a3e009213c774a21d375976a8866 (patch)
tree4b652bc0f0e9a2eb967542f6fe936a7168c0fc42 /sbin/ddb
parent53d890b73483e5ef6a407697e59b878a804d7c89 (diff)
downloadFreeBSD-src-953a7479f360a3e009213c774a21d375976a8866.zip
FreeBSD-src-953a7479f360a3e009213c774a21d375976a8866.tar.gz
Apply various fixes:
Silence mdoc(7) warnings; Xref correct manual pages; Point user to the ddb.8 manual page. PR: 129398 Submitted by: gavin
Diffstat (limited to 'sbin/ddb')
-rw-r--r--sbin/ddb/ddb.87
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8
index bfd6ccd..5ee2650 100644
--- a/sbin/ddb/ddb.8
+++ b/sbin/ddb/ddb.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 24, 2008
+.Dd December 24, 2008
.Dt DDB 8
.Os
.Sh NAME
@@ -87,7 +87,7 @@ kernel on disk.
The following debugger commands are available from the command line:
.Bl -tag -width indent
.It Xo
-.Ic Cm capture
+.Cm capture
.Op Fl M Ar core
.Op Fl N Ar system
.Cm print
@@ -96,7 +96,7 @@ Print the current contents of the
.Xr ddb 4
output capture buffer.
.It Xo
-.Ic Cm capture
+.Cm capture
.Op Fl M Ar core
.Op Fl N Ar system
.Cm status
@@ -104,6 +104,7 @@ output capture buffer.
Print the current status of the
.Xr ddb 4
output capture buffer.
+.El
.Sh SCRIPTING
The
.Nm
OpenPOWER on IntegriCloud