diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mmap.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 29a0975..755a30e 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -32,7 +32,7 @@ .\" @(#)mmap.2 8.4 (Berkeley) 5/11/95 .\" $FreeBSD$ .\" -.Dd May 11, 1995 +.Dd November 17, 2001 .Dt MMAP 2 .Os .Sh NAME @@ -356,5 +356,3 @@ the filesystem code that causes the limit to be further restricted to .Pp Another reason for the 2GB limit is that filesystem metadata can reside at negative offsets. -.Pp -We currently can only deal with page aligned file offsets. |