Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 More markup. Add missing El. Fix typo.
details: https://anonhg.NetBSD.org/src/rev/812f72ee56e5
branches: trunk
changeset: 838277:812f72ee56e5
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jan 09 09:48:44 2019 +0000
description:
More markup. Add missing El. Fix typo.
diffstat:
share/man/man9/crashme.9 | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 367de0e7eb55 -r 812f72ee56e5 share/man/man9/crashme.9
--- a/share/man/man9/crashme.9 Wed Jan 09 09:27:29 2019 +0000
+++ b/share/man/man9/crashme.9 Wed Jan 09 09:48:44 2019 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index