More markup. Add missing El. Fix typo.

This commit is contained in:
wiz 2019-01-09 09:48:44 +00:00
parent 996578da58
commit 9707c22b84
1 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: crashme.9,v 1.1 2019/01/09 04:02:26 mrg Exp $ .\" $NetBSD: crashme.9,v 1.2 2019/01/09 09:48:44 wiz Exp $
.\" .\"
.\" Copyright (c) 2019 Matthew R. Green .\" Copyright (c) 2019 Matthew R. Green
.\" All rights reserved. .\" All rights reserved.
@ -52,8 +52,9 @@ The crashme functionality is only available in kernels with the
.Dv DEBUG .Dv DEBUG
option set. option set.
.Pp .Pp
Each crashme node is maintained in a crashme_node structure which Each crashme node is maintained in a
has the following public members: .Vt crashme_node
structure which has the following public members:
.Bd -literal .Bd -literal
typedef int (*crashme_fn)(int); typedef int (*crashme_fn)(int);
@ -90,15 +91,17 @@ node to be executed.
.It Ic debug.crashme.panic .It Ic debug.crashme.panic
Basic panic node. Basic panic node.
.It Ic debug.crashme.null_deref .It Ic debug.crashme.null_deref
Derefence NULL node. Dereference
.Dv NULL
node.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr options 4 , .Xr options 4 ,
.Xr panic 9 .Xr panic 9
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
driver driver appeared in
appeared in
.Nx 9.0 . .Nx 9.0 .
.Sh AUTHORS .Sh AUTHORS
.An Matthew R. Green . .An Matthew R. Green