diff options
author | jhb <jhb@FreeBSD.org> | 2001-04-04 17:41:50 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-04-04 17:41:50 +0000 |
commit | 91f585bdaf293543608b1f2847857c716f49165d (patch) | |
tree | cc1e23c4ff6e0ef7afe792f435b48ce768bb92ca | |
parent | a33a1f952ee29494cf88c231c2226935743810f5 (diff) | |
download | FreeBSD-src-91f585bdaf293543608b1f2847857c716f49165d.zip FreeBSD-src-91f585bdaf293543608b1f2847857c716f49165d.tar.gz |
Use a plain .Dv for kernel option names rather than .Qq Dv to be consistent
with other manpages.
-rw-r--r-- | share/man/man4/witness.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index f7169aa..bae0e97 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 |