Module Name: src Committed By: jruoho Date: Thu May 6 08:14:08 UTC 2010
Modified Files: src/lib/libc/stdio: ferror.3 Log Message: Correct the discussion about return values: fileno() may fail and return -1. Note that in such cases the NetBSD implementation does not set errno to EBADF, hence diverging from the standard in this small detail. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/ferror.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.