diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-15 19:52:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-15 19:52:19 +0000 |
commit | 15dde5379aacccd4610087516f60962a94fad1a3 (patch) | |
tree | 8a733149f3a2c7a6666a8c38d3b06b454e92dd3b /lib/libc/sys/mprotect.2 | |
parent | 849c5230042fd14fe62a97b08071561e477d5d51 (diff) |
various improvements to lists and displays:
.Pp removal
-compact removal for displays
other list/display errors
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. |