summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mmap.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r--lib/libc/sys/mmap.29
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 0ac2e1047f4..e9a15ad530d 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.21 2001/05/11 13:59:33 art Exp $
+.\" $OpenBSD: mmap.2,v 1.22 2001/05/11 14:54:25 art Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -136,6 +136,13 @@ 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.
+This option is deprecated, shouldn't be used and behaves just like
+.Dv MAP_PRIVATE
+in the current implementation.
.El
.Pp
The