diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-11 13:59:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-11 13:59:34 +0000 |
commit | bfe61c7610a8489800eafb8f6cd8a31006b36e4c (patch) | |
tree | ca6b2346882083f7b4137682aaf575a72f195de9 | |
parent | 6e99eb8b0441ffd7defbcf8fe14acb358566c551 (diff) |
Remove MAP_COPY. It shouldn't be used anymore.
-rw-r--r-- | lib/libc/sys/mmap.2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index de58e7f0886..0ac2e1047f4 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.20 2000/10/18 05:12:10 aaron Exp $ +.\" $OpenBSD: mmap.2,v 1.21 2001/05/11 13:59:33 art Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -136,10 +136,6 @@ 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 |