Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Wording.



details:   https://anonhg.NetBSD.org/src/rev/c33c0e32d8ad
branches:  trunk
changeset: 754688:c33c0e32d8ad
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 08 11:35:14 2010 +0000

description:
Wording.

diffstat:

 lib/libc/stdio/ferror.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r c0e567a719af -r c33c0e32d8ad lib/libc/stdio/ferror.3
--- a/lib/libc/stdio/ferror.3   Sat May 08 11:29:40 2010 +0000
+++ b/lib/libc/stdio/ferror.3   Sat May 08 11:35:14 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index