summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 16:38:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-21 16:38:11 +0000
commitfcc15db5fc099e78769670b7bd3304ec51ee76d8 (patch)
tree5becacac0b621d6505ba4de36a9508b61b8b72ff /lib
parent52ca12e2c5a899acf063db21f06aa4b09b2b5b3d (diff)
document MAP_COPY
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mmap.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 84cf88b934c..b1a70d9a7c6 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.8 1998/07/06 18:27:59 deraadt Exp $
+.\" $OpenBSD: mmap.2,v 1.9 1998/08/21 16:38:10 millert Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -134,6 +134,10 @@ system calls.
Modifications are private.
.It Dv MAP_SHARED
Modifications are shared.
+.It Dv MAP_COPY
+Modifications are private and unlike
+.Dv MAP_PRIVATE
+you don't see modifications made by others.
.El
.Pp
The