svn commit: r195882 - head/lib/libc/sys
Alan Cox
alc at FreeBSD.org
Sun Jul 26 06:38:57 UTC 2009
Author: alc
Date: Sun Jul 26 06:38:56 2009
New Revision: 195882
URL: http://svn.freebsd.org/changeset/base/195882
Log:
Eliminate a stale paragraph from the BUGS section. This "bug" was
eliminated in r195693.
Approved by: re (kensmith)
Modified:
head/lib/libc/sys/mmap.2
Modified: head/lib/libc/sys/mmap.2
==============================================================================
--- head/lib/libc/sys/mmap.2 Sun Jul 26 03:20:12 2009 (r195881)
+++ head/lib/libc/sys/mmap.2 Sun Jul 26 06:38:56 2009 (r195882)
@@ -28,7 +28,7 @@
.\" @(#)mmap.2 8.4 (Berkeley) 5/11/95
.\" $FreeBSD$
.\"
-.Dd July 14, 2009
+.Dd July 26, 2009
.Dt MMAP 2
.Os
.Sh NAME
@@ -353,10 +353,3 @@ Larger files may be possible on 64 bit s
The previous documented limit of 2GB was a documentation bug.
That limit has not existed since
.Fx 2.2 .
-.Pp
-Note that an attempt to
-.Fn mmap
-zero bytes has no effect and succeeds, while an attempt to
-.Fn munmap
-zero bytes will return
-.Bq Er EINVAL .
More information about the svn-src-all
mailing list