diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 09:17:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 09:17:49 +0000 |
commit | 5fd7bca45a76f0791c6ddf45b84c58405c85dbae (patch) | |
tree | c69ac9be280c0072670dbb29223dda07e533da93 /lib/libc/sys | |
parent | 591534b63437bdd7a2e45fc48f68f2a758f3d325 (diff) |
typo from deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mmap.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index fab3f437cfa..36c64f9eb9c 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.29 2003/03/06 20:04:06 jmc Exp $ +.\" $OpenBSD: mmap.2,v 1.30 2003/05/16 09:17:48 jmc Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -138,9 +138,9 @@ Modifications are private. .It Dv MAP_SHARED Modifications are shared. .It Dv MAP_COPY -Modifications are private and unlike -.Dv MAP_PRIVATE -Modifications made by others are not visible. +Modifications are private and, unlike +.Dv MAP_PRIVATE , +modifications made by others are not visible. This option is deprecated, shouldn't be used and behaves just like .Dv MAP_PRIVATE in the current implementation. |