Searched hist:78278 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/share/man/man9/
H A DVOP_RDWR.9diff 78278 Fri Jun 15 14:12:41 MDT 2001 rwatson 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.

Completed in 171 milliseconds