From owner-cvs-lib Wed Jan 8 04:02:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA00480 for cvs-lib-outgoing; Wed, 8 Jan 1997 04:02:22 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA00473; Wed, 8 Jan 1997 04:02:19 -0800 (PST) Date: Wed, 8 Jan 1997 04:02:19 -0800 (PST) From: Joerg Wunsch Message-Id: <199701081202.EAA00473@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys mmap.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/08 04:02:18 Modified: lib/libc/sys mmap.2 Log: Document the various reasons for EINVAL. Document the flaw that `offset' is required to be page-aligned, in the BUGS section. Revision Changes Path 1.8 +21 -11 src/lib/libc/sys/mmap.2