diff options
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r-- | lib/libc/sys/mprotect.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index 30a43c13704..777fd7d2580 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mprotect.2,v 1.9 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: mprotect.2,v 1.10 2004/04/15 19:52:18 jmc Exp $ .\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -55,7 +55,6 @@ The protections (region accessibility) are specified in the argument by .Tn OR Ns 'ing the following values: -.Pp .Bl -tag -width MAP_FIXEDX .It Dv PROT_EXEC Pages may be executed. |