K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-06-15T16:12:41.000000Z K 7 svn:log V 458 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. END