summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2010-05-08 11:35:14 +0000
committerwiz <wiz@NetBSD.org>2010-05-08 11:35:14 +0000
commit968a574a9b88bb75cd1f3c8b2ca1ae08d76ed6a5 (patch)
treeeac249d85cbc38cfc6177f1f79c0be7d83e2410e /lib/libc/stdio
parent95b209a8cf3fb9b3900509a219568ea528fa3c7e (diff)
Wording.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/ferror.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3
index 4c6ed5631bf..270a76607de 100644
--- a/lib/libc/stdio/ferror.3
+++ b/lib/libc/stdio/ferror.3
@@ -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 @@ However, the function
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 ,