diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2001-12-03 23:58:49 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2001-12-03 23:58:49 +0000 |
commit | 1354afe4470c3aeace3d9c3ea0857e8ba5499de4 (patch) | |
tree | fba68355658dc4044308368558d305f47a36db4b /lib/libc | |
parent | a7bfba1f0e3b974a26cb28457b120b75607bd2d2 (diff) |
for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mmap.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 9e50a65dc8f..307c00b9a6a 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.26 2001/10/24 14:09:52 jjbg Exp $ +.\" $OpenBSD: mmap.2,v 1.27 2001/12/03 23:58:48 ericj Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -109,8 +109,7 @@ the following values: Map anonymous memory not associated with any specific file. The file descriptor used for creating .Dv MAP_ANON -regions is used only for -naming, and may be specified as \-1 if no name is associated with the +must currently be \-1 indicating no name is associated with the region. .It Dv MAP_FILE Mapped from a regular file or character-special device memory. |