diff options
author | 2017-04-22 11:05:04 +0000 | |
---|---|---|
committer | 2017-04-22 11:05:04 +0000 | |
commit | 20421d3abebdb2f55aaf24e390ef8fcf161ba838 (patch) | |
tree | b60d42e3324426af1a80ed5b0cb34fe18ea8197f /share/man/man4/options.4 | |
parent | Can't collect UTF-8 characters of more than one byte at the moment. (diff) | |
download | wireguard-openbsd-20421d3abebdb2f55aaf24e390ef8fcf161ba838.tar.xz wireguard-openbsd-20421d3abebdb2f55aaf24e390ef8fcf161ba838.zip |
Shuffle bits into their proper files.
Prompted by jmc@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index d6361544853..2ea72033236 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.247 2017/03/20 11:04:25 jmc Exp $ +.\" $OpenBSD: options.4,v 1.248 2017/04/22 11:05:04 visa Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: March 20 2017 $ +.Dd $Mdocdate: April 22 2017 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -151,6 +151,15 @@ Turns on debugging for the Virtual File System interface. See .Xr vfs 9 for details. +.It Cd option WITNESS +Compiles in a lock checker for detecting lock order violations in the kernel. +See +.Xr witness 4 +for details. +.It Cd option WITNESS_COUNT= Ns Ar integer +Maximum number of lock types that are tracked by +.Xr witness 4 . +It defaults to 1536. .El .Sh FILE SYSTEMS .Bl -ohang |