summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/ddb/ddb.87
-rw-r--r--sbin/savecore/savecore.84
-rw-r--r--share/man/man4/textdump.47
3 files changed, 12 insertions, 6 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
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index 487506d..1095d5a 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -28,7 +28,7 @@
.\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd February 24, 2005
+.Dd December 24, 2008
.Dt SAVECORE 8
.Os
.Sh NAME
@@ -144,7 +144,7 @@ is meant to be called near the end of the initialization file
.Xr gzip 1 ,
.Xr getbootfile 3 ,
.Xr textdump 4 ,
-.Xr tar 4 ,
+.Xr tar 5 ,
.Xr dumpon 8 ,
.Xr syslogd 8
.Sh HISTORY
diff --git a/share/man/man4/textdump.4 b/share/man/man4/textdump.4
index 2e7fbf5..d166b31 100644
--- a/share/man/man4/textdump.4
+++ b/share/man/man4/textdump.4
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 26, 2007
+.Dd December 24, 2008
.Dt textdump 4
.Os
.Sh NAME
@@ -148,10 +148,15 @@ violation, printing lock-related information for the user:
.Bd -literal -offset indent
script kdb.enter.witness=show locks
.Ed
+.Pp
+These scripts may also be configured using the
+.Xr ddb 8
+utility.
.Sh SEE ALSO
.Xr bsdtar 1 ,
.Xr ddb 4 ,
.Xr tar 5 ,
+.Xr ddb 8 ,
.Xr dumpon 8 ,
.Xr savecore 8 ,
.Xr sysctl 8
OpenPOWER on IntegriCloud