From owner-cvs-all Sat Nov 17 16:48: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D24DD37B429; Sat, 17 Nov 2001 16:47:45 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI0ljc48689; Sat, 17 Nov 2001 16:47:45 -0800 (PST) (envelope-from iedowse) Message-Id: <200111180047.fAI0ljc48689@freefall.freebsd.org> From: Ian Dowse Date: Sat, 17 Nov 2001 16:47:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mmap.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/17 16:47:45 PST Modified files: lib/libc/sys mmap.2 Log: 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 Revision Changes Path 1.40 +2 -4 src/lib/libc/sys/mmap.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message