View | Details | Raw Unified | Return to bug 129398
Collapse All | Expand All

(-)src/sbin/ddb/ddb.8 (-2 / +3 lines)
Lines 87-93 Link Here
87
The following debugger commands are available from the command line:
87
The following debugger commands are available from the command line:
88
.Bl -tag -width indent
88
.Bl -tag -width indent
89
.It Xo
89
.It Xo
90
.Ic Cm capture
90
.Cm capture
91
.Op Fl M Ar core
91
.Op Fl M Ar core
92
.Op Fl N Ar system
92
.Op Fl N Ar system
93
.Cm print
93
.Cm print
Lines 96-102 Link Here
96
.Xr ddb 4
96
.Xr ddb 4
97
output capture buffer.
97
output capture buffer.
98
.It Xo
98
.It Xo
99
.Ic Cm capture
99
.Cm capture
100
.Op Fl M Ar core
100
.Op Fl M Ar core
101
.Op Fl N Ar system
101
.Op Fl N Ar system
102
.Cm status
102
.Cm status
Lines 104-109 Link Here
104
Print the current status of the
104
Print the current status of the
105
.Xr ddb 4
105
.Xr ddb 4
106
output capture buffer.
106
output capture buffer.
107
.El
107
.Sh SCRIPTING
108
.Sh SCRIPTING
108
The
109
The
109
.Nm
110
.Nm
(-)src/sbin/savecore/savecore.8 (-2 / +2 lines)
Lines 28-34 Link Here
28
.\"     From: @(#)savecore.8	8.1 (Berkeley) 6/5/93
28
.\"     From: @(#)savecore.8	8.1 (Berkeley) 6/5/93
29
.\" $FreeBSD: src/sbin/savecore/savecore.8,v 1.26 2007/12/26 11:42:10 rwatson Exp $
29
.\" $FreeBSD: src/sbin/savecore/savecore.8,v 1.26 2007/12/26 11:42:10 rwatson Exp $
30
.\"
30
.\"
31
.Dd February 24, 2005
31
.Dd December 3, 2008
32
.Dt SAVECORE 8
32
.Dt SAVECORE 8
33
.Os
33
.Os
34
.Sh NAME
34
.Sh NAME
Lines 144-150 Link Here
144
.Xr gzip 1 ,
144
.Xr gzip 1 ,
145
.Xr getbootfile 3 ,
145
.Xr getbootfile 3 ,
146
.Xr textdump 4 ,
146
.Xr textdump 4 ,
147
.Xr tar 4 ,
147
.Xr tar 5 ,
148
.Xr dumpon 8 ,
148
.Xr dumpon 8 ,
149
.Xr syslogd 8
149
.Xr syslogd 8
150
.Sh HISTORY
150
.Sh HISTORY
(-)src/share/man/man4/textdump.4 (-1 / +6 lines)
Lines 27-33 Link Here
27
.\"
27
.\"
28
.\" $FreeBSD: src/share/man/man4/textdump.4,v 1.5 2008/08/03 14:14:43 rwatson Exp $
28
.\" $FreeBSD: src/share/man/man4/textdump.4,v 1.5 2008/08/03 14:14:43 rwatson Exp $
29
.\"
29
.\"
30
.Dd December 26, 2007
30
.Dd December 3, 2008
31
.Dt textdump 4
31
.Dt textdump 4
32
.Os
32
.Os
33
.Sh NAME
33
.Sh NAME
Lines 148-157 Link Here
148
.Bd -literal -offset indent
148
.Bd -literal -offset indent
149
script kdb.enter.witness=show locks
149
script kdb.enter.witness=show locks
150
.Ed
150
.Ed
151
.Pp
152
These scripts may also be configured from userspace using the
153
.Xr ddb 8
154
command.
151
.Sh SEE ALSO
155
.Sh SEE ALSO
152
.Xr bsdtar 1 ,
156
.Xr bsdtar 1 ,
153
.Xr ddb 4 ,
157
.Xr ddb 4 ,
154
.Xr tar 5 ,
158
.Xr tar 5 ,
159
.Xr ddb 8 ,
155
.Xr dumpon 8 ,
160
.Xr dumpon 8 ,
156
.Xr savecore 8 ,
161
.Xr savecore 8 ,
157
.Xr sysctl 8
162
.Xr sysctl 8

Return to bug 129398