diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-03-11 22:58:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-03-11 22:58:47 +0000 |
commit | 4873d6ea8c9c0dc610041a54190ee4edb96202c4 (patch) | |
tree | 6450c1b3346fdbd9d67840feea815498cbe2f7fd /lib/libc | |
parent | f621e2b27bc45ca492933466425ade3517da38eb (diff) |
shuffle back: wxabort is described in sysctl(3);
Diffstat (limited to 'lib/libc')
-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 |