From 9707c22b84bf71c364a4cad5d4459c3285820768 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 9 Jan 2019 09:48:44 +0000 Subject: [PATCH] More markup. Add missing El. Fix typo. --- share/man/man9/crashme.9 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/share/man/man9/crashme.9 b/share/man/man9/crashme.9 index e583c1b08630..b85a653acbf3 100644 --- a/share/man/man9/crashme.9 +++ b/share/man/man9/crashme.9 @@ -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 available in kernels with the .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