From 5592fb2f9b9ce819f73b25e9e65b01680c3f2310 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 26 Jul 2009 06:38:56 +0000 Subject: [PATCH] Eliminate a stale paragraph from the BUGS section. This "bug" was eliminated in r195693. Approved by: re (kensmith) --- lib/libc/sys/mmap.2 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 91bf4e950aff..e63274808d51 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -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 .