summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/mmap.25
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.