summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/mmap.24
-rw-r--r--lib/libc/sys/mprotect.24
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