diff options
| author | wiz <wiz@NetBSD.org> | 2010-05-08 11:35:14 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-05-08 11:35:14 +0000 |
| commit | 968a574a9b88bb75cd1f3c8b2ca1ae08d76ed6a5 (patch) | |
| tree | eac249d85cbc38cfc6177f1f79c0be7d83e2410e /lib/libc/stdio | |
| parent | 95b209a8cf3fb9b3900509a219568ea528fa3c7e (diff) | |
Wording.
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/ferror.3 | 8 |
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 , |
