Module Name: src
Committed By: wiz
Date: Sat May 8 11:35:14 UTC 2010
Modified Files:
src/lib/libc/stdio: ferror.3
Log Message:
Wording.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.
Modified files:
Index: src/lib/libc/stdio/ferror.3
diff -u src/lib/libc/stdio/ferror.3:1.13 src/lib/libc/stdio/ferror.3:1.14
--- src/lib/libc/stdio/ferror.3:1.13 Thu May 6 09:18:06 2010
+++ src/lib/libc/stdio/ferror.3 Sat May 8 11:35:14 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: ferror.3,v 1.13 2010/05/06 09:18:06 jruoho Exp $
+.\" $NetBSD: ferror.3,v 1.14 2010/05/08 11:35:14 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,13 +96,13 @@
may fail and return \-1 in case the argument
.Fa stream
is not associated with a valid file descriptor.
-(In such case the
+(In this case the
.Nx
implementation does not follow the optional
.Tn POSIX
-recommendation and set the
+recommendation to set the
.Va errno
-to
+variable to
.Er EBADF . )
.Sh SEE ALSO
.Xr open 2 ,