aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-04-04 17:41:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-04-04 17:41:50 +0000
commitf1f899e390a29bfb85c988ad3a831cbb68a349e9 (patch)
tree6594b1cf7df482246f59ebfe248fffd787a03d57 /share
parentfaf66f1f6b1e8493502672c4722f07aad7f9fbb9 (diff)
downloadsrc-f1f899e390a29bfb85c988ad3a831cbb68a349e9.tar.gz
src-f1f899e390a29bfb85c988ad3a831cbb68a349e9.zip
Use a plain .Dv for kernel option names rather than .Qq Dv to be consistent
with other manpages.
Notes
Notes: svn path=/head/; revision=75184
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/witness.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4
index f7169aac68c2..bae0e974f90d 100644
--- a/share/man/man4/witness.4
+++ b/share/man/man4/witness.4
@@ -62,7 +62,7 @@ If any of these checks fail, then the kernel will panic.
The flag that controls whether or not the kernel debugger is entered when a
lock order violation is detected can be set in a variety of ways.
By default, the flag is off, but if the
-.Qq Dv WITNESS_DDB
+.Dv WITNESS_DDB
kernel option is
specified, then the flag will default to on.
It can also be set from the
@@ -80,7 +80,7 @@ The
code can also be configured to skip all checks on spin mutexes.
By default, this flag defaults to off, but it can be turned on by
specifying the
-.Qq Dv WITNESS_SKIPSPIN
+.Dv WITNESS_SKIPSPIN
kernel option.
The flag can also be set via the
.Xr loader 8