diff options
author | iedowse <iedowse@FreeBSD.org> | 2001-11-18 00:47:45 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2001-11-18 00:47:45 +0000 |
commit | 6fc9a08cbfaa9ee60d1be30b11c8b329c26a442b (patch) | |
tree | f51325c0d3506c5f637b7307bdabac3e74de35a4 /lib/libc | |
parent | 62c485af70b8a33324709babc725d3196515a808 (diff) | |
download | FreeBSD-src-6fc9a08cbfaa9ee60d1be30b11c8b329c26a442b.zip FreeBSD-src-6fc9a08cbfaa9ee60d1be30b11c8b329c26a442b.tar.gz |
Remove a sentence from the BUGS section that claims non page-aligned
offsets don't work. It should really be documented that the returned
pointer can be in the middle of a fully-valid page when the offset
is not page-aligned, but I couldn't come up with suitable wording.
PR: kern/22754
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. |