From owner-cvs-lib Sat Jan 11 15:33:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA13721 for cvs-lib-outgoing; Sat, 11 Jan 1997 15:33:22 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA13714; Sat, 11 Jan 1997 15:33:21 -0800 (PST) Date: Sat, 11 Jan 1997 15:33:21 -0800 (PST) From: Mike Pritchard Message-Id: <199701112333.PAA13714@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys mincore.2 msync.2 munmap.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/11 15:33:20 Modified: lib/libc/sys mincore.2 msync.2 munmap.2 Log: Minor mdoc fixes in msync.2 and munmap.2. Add RETURN VALUES and ERRORS sections to mincore. Closes PR# 1493. Revision Changes Path 1.6 +24 -1 src/lib/libc/sys/mincore.2 1.6 +3 -2 src/lib/libc/sys/msync.2 1.5 +4 -3 src/lib/libc/sys/munmap.2