summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mprotect.2
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-06-30 18:46:50 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-06-30 18:46:50 +0000
commitd2dd09e369dbcb278521eecc2b7cbc28f991fcf3 (patch)
treea5495c30aabd745072d7967773112bc01c151787 /lib/libc/sys/mprotect.2
parent9217e4fd27af0dc0b594b31cdca9cc480978d272 (diff)
more trivial .Ar -> .Fa replacements in syscall manuals
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r--lib/libc/sys/mprotect.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2
index 3a1ced1a109..59a87b720ea 100644
--- a/lib/libc/sys/mprotect.2
+++ b/lib/libc/sys/mprotect.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mprotect.2,v 1.25 2019/12/21 05:23:38 jsg Exp $
+.\" $OpenBSD: mprotect.2,v 1.26 2021/06/30 18:46:49 schwarze 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: December 21 2019 $
+.Dd $Mdocdate: June 30 2021 $
.Dt MPROTECT 2
.Os
.Sh NAME
@@ -98,7 +98,7 @@ a page being protected is not currently accessible,
and making it accessible and locked would exceed process or system limits.
.It Bq Er ENOTSUP
The accesses requested in the
-.Ar prot
+.Fa prot
argument are not allowed.
In particular,
.Dv PROT_WRITE | PROT_EXEC