From f1f899e390a29bfb85c988ad3a831cbb68a349e9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 4 Apr 2001 17:41:50 +0000 Subject: Use a plain .Dv for kernel option names rather than .Qq Dv to be consistent with other manpages. --- share/man/man4/witness.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3