Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 crashme(9): Touch up man page markup.



details:   https://anonhg.NetBSD.org/src/rev/cb7a02598632
branches:  trunk
changeset: 1027567:cb7a02598632
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Dec 11 23:47:53 2021 +0000

description:
crashme(9): Touch up man page markup.

Better consistency with sysctl(7), less random widthing and
offsetting.

diffstat:

 share/man/man9/crashme.9 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r c487461af844 -r cb7a02598632 share/man/man9/crashme.9
--- a/share/man/man9/crashme.9  Sat Dec 11 20:42:48 2021 +0000
+++ b/share/man/man9/crashme.9  Sat Dec 11 23:47:53 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: crashme.9,v 1.4 2021/12/11 19:24:19 mrg Exp $
+.\" $NetBSD: crashme.9,v 1.5 2021/12/11 23:47:53 riastradh Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -81,8 +81,8 @@
 variables are provided by the
 .Nm
 subsystem:
-.Bl -tag -width "123456" -offset indent
-.It Ic debug.crashme_enable
+.Bl -tag -width Li
+.It Li debug.crashme_enable
 Must be set to 1 for any
 .Nm
 node to be executed.
@@ -91,16 +91,16 @@
 The following
 .Xr sysctl 8
 nodes trigger crashes in different ways when written:
-.Bl -tag -width "123456" -offset indent
-.It Ic debug.crashme.panic
+.Bl -tag -width ".Li debug.crashme.null_deref"
+.It Li debug.crashme.panic
 Call
 .Xr panic 9 .
-.It Ic debug.crashme.null_deref
+.It Li debug.crashme.null_deref
 Dereference a null pointer.
-.It Ic debug.crashme.null_jump
+.It Li debug.crashme.null_jump
 Call a null function pointer, i.e., jump to the instruction address
 zero.
-.It Ic debug.crashme.ddb
+.It Li debug.crashme.ddb
 Enter
 .Xr ddb 9
 directly by calling



Home | Main Index | Thread Index | Old Index