diff options
author | 2019-02-06 10:59:49 +0000 | |
---|---|---|
committer | 2019-02-06 10:59:49 +0000 | |
commit | dc7718c01c074b3a4495ec7d5aad74ccad85773c (patch) | |
tree | 38e19a2d4c207ed87b3ced0c6d1a196942b2ffe4 /share/man/man4/options.4 | |
parent | sync (diff) | |
download | wireguard-openbsd-dc7718c01c074b3a4495ec7d5aad74ccad85773c.tar.xz wireguard-openbsd-dc7718c01c074b3a4495ec7d5aad74ccad85773c.zip |
Fix a sysctl name.
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index ba3ba7c0bcd..ce991e68141 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.260 2018/06/18 06:06:52 jmc Exp $ +.\" $OpenBSD: options.4,v 1.261 2019/02/06 10:59:49 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: June 18 2018 $ +.Dd $Mdocdate: February 6 2019 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -147,7 +147,7 @@ Enable at boot. By default, the subsystem is disabled and has to be enabled at runtime by raising the -.Va kern.witnesswatch +.Va kern.witness.watch .Xr sysctl 8 variable. .El |