diff options
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r-- | lib/libc/sys/mprotect.2 | 6 |
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 |