diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-11 05:54:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-11 05:54:31 +0000 |
commit | 7c2500b58b464b10bf6ab71a7fba5079f1176c72 (patch) | |
tree | 6a2cf3703fc9e5b34a7bec29ccdb07c96f42da65 /lib | |
parent | f7679f33d65eba075589031129c217067be05f05 (diff) |
repair Xr, and point to sysctl(8) instead because sysctl(3) fails to
document kern.wxabort
from michael reed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mmap.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/mprotect.2 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index f1be136300c..e6b271de4a6 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.52 2016/05/27 19:45:04 deraadt Exp $ +.\" $OpenBSD: mmap.2,v 1.53 2017/03/11 05:54:30 deraadt Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mmap.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 27 2016 $ +.Dd $Mdocdate: March 11 2017 $ .Dt MMAP 2 .Os .Sh NAME @@ -281,7 +281,8 @@ In particular, .Dv PROT_WRITE | PROT_EXEC mappings are not permitted in most binaries (see .Dv kern.wxabort -in sysctl 3 +in +.Xr sysctl 8 for more information). .El .Sh SEE ALSO diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index c26b628075b..96ab0ea5663 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mprotect.2,v 1.20 2016/05/27 19:45:04 deraadt Exp $ +.\" $OpenBSD: mprotect.2,v 1.21 2017/03/11 05:54:30 deraadt Exp $ .\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mprotect.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 27 2016 $ +.Dd $Mdocdate: March 11 2017 $ .Dt MPROTECT 2 .Os .Sh NAME @@ -104,7 +104,8 @@ In particular, .Dv PROT_WRITE | PROT_EXEC mappings are not permitted in most binaries (see .Dv kern.wxabort -in sysctl 3 +in +.Xr sysctl 8 for more information). .It Bq Er EINVAL The |