summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-04-19 10:26:10 +0000
committerjmc <jmc@openbsd.org>2004-04-19 10:26:10 +0000
commitd3a9c1ba6091dc06cc96658ca44631307f01b23e (patch)
tree8c9864ecb43e88758418aab879e1583a375fe975 /lib/libc/sys
parent- sort SYNOPSIS (diff)
downloadwireguard-openbsd-d3a9c1ba6091dc06cc96658ca44631307f01b23e.tar.xz
wireguard-openbsd-d3a9c1ba6091dc06cc96658ca44631307f01b23e.zip
tidy up a list;
move `.Ts OR Ns 'ing' and `.Em or Ns 'ing' -> `OR'ing';
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/mmap.213
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 59a57a386a4..49af57a05c1 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.33 2004/04/15 19:52:18 jmc Exp $
+.\" $OpenBSD: mmap.2,v 1.34 2004/04/19 10:26:10 jmc Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -74,10 +74,9 @@ deletes any previous mapping in the allocated address range.
.Pp
The protections (region accessibility) are specified in the
.Fa prot
-argument by
-.Tn OR Ns 'ing
-the following values:
-.Bl -tag -width MAP_FIXEDX
+argument by OR'ing the following values:
+.Pp
+.Bl -tag -width "PROT_WRITE " -offset indent -compact
.It Dv PROT_EXEC
Pages may be executed.
.It Dv PROT_READ
@@ -95,9 +94,7 @@ whether modifications made to the mapped copy of the page are private
to the process or are to be shared with other references.
Sharing, mapping type, and options are specified in the
.Fa flags
-argument by
-.Em or Ns 'ing
-the following values:
+argument by OR'ing the following values:
.Bl -tag -width MAP_FIXEDX
.It Dv MAP_ANON
Map anonymous memory not associated with any specific file.