diff options
author | 2017-03-11 22:58:46 +0000 | |
---|---|---|
committer | 2017-03-11 22:58:46 +0000 | |
commit | 3813e5fd80ff3db33236b3121b63c5d814a5616a (patch) | |
tree | e52d9febda400ce9d2730beed8e88eff035e8921 /lib | |
parent | Revert 1.54, go back to always trying to enable burst mode (diff) | |
download | wireguard-openbsd-3813e5fd80ff3db33236b3121b63c5d814a5616a.tar.xz wireguard-openbsd-3813e5fd80ff3db33236b3121b63c5d814a5616a.zip |
shuffle back: wxabort is described in sysctl(3);
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mmap.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/mprotect.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index e6b271de4a6..b37f99d7cc0 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.53 2017/03/11 05:54:30 deraadt Exp $ +.\" $OpenBSD: mmap.2,v 1.54 2017/03/11 22:58:46 jmc Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -282,7 +282,7 @@ In particular, mappings are not permitted in most binaries (see .Dv kern.wxabort in -.Xr sysctl 8 +.Xr sysctl 3 for more information). .El .Sh SEE ALSO diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index 96ab0ea5663..9ee149015fb 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mprotect.2,v 1.21 2017/03/11 05:54:30 deraadt Exp $ +.\" $OpenBSD: mprotect.2,v 1.22 2017/03/11 22:58:46 jmc Exp $ .\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -105,7 +105,7 @@ In particular, mappings are not permitted in most binaries (see .Dv kern.wxabort in -.Xr sysctl 8 +.Xr sysctl 3 for more information). .It Bq Er EINVAL The |