From owner-cvs-all Fri Jun 15 9:12:47 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 3037A37B401; Fri, 15 Jun 2001 09:12:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5FGChQ00554; Fri, 15 Jun 2001 09:12:43 -0700 (PDT) (envelope-from rwatson) Message-Id: <200106151612.f5FGChQ00554@freefall.freebsd.org> From: Robert Watson Date: Fri, 15 Jun 2001 09:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VOP_RDWR.9 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 rwatson 2001/06/15 09:12:42 PDT Modified files: share/man/man9 VOP_RDWR.9 Log: o The VOP_RDWR man page neglected to mention (at least) two error modes possible when writing: [EFBIG] An attempt was made to write a file that exceeds the process's file size limit or the maximum file size. [EPERM] An append-only flag is set on the file, but the caller is attempting to write before the current end of file. Revision Changes Path 1.10 +7 -1 src/share/man/man9/VOP_RDWR.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message