Eliminate a stale paragraph from the BUGS section. This "bug" was

eliminated in r195693.

Approved by:	re (kensmith)
This commit is contained in:
Alan Cox 2009-07-26 06:38:56 +00:00
parent 5abb7fe2e9
commit 5592fb2f9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195882

View File

@ -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 systems.
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 .