Module Name: src
Committed By: wiz
Date: Wed Jan 9 09:48:44 UTC 2019
Modified Files:
src/share/man/man9: crashme.9
Log Message:
More markup. Add missing El. Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/crashme.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/crashme.9
diff -u src/share/man/man9/crashme.9:1.1 src/share/man/man9/crashme.9:1.2
--- src/share/man/man9/crashme.9:1.1 Wed Jan 9 04:02:26 2019
+++ src/share/man/man9/crashme.9 Wed Jan 9 09:48:44 2019
@@ -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
.\" All rights reserved.
@@ -52,8 +52,9 @@ The crashme functionality is only availa
.Dv DEBUG
option set.
.Pp
-Each crashme node is maintained in a crashme_node structure which
-has the following public members:
+Each crashme node is maintained in a
+.Vt crashme_node
+structure which has the following public members:
.Bd -literal
typedef int (*crashme_fn)(int);
@@ -90,15 +91,17 @@ node to be executed.
.It Ic debug.crashme.panic
Basic panic node.
.It Ic debug.crashme.null_deref
-Derefence NULL node.
+Dereference
+.Dv NULL
+node.
+.El
.Sh SEE ALSO
.Xr options 4 ,
.Xr panic 9
.Sh HISTORY
The
.Nm
-driver
-appeared in
+driver appeared in
.Nx 9.0 .
.Sh AUTHORS
-.An Matthew R. Green .
+.An Matthew R. Green