Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libc/stdio Pull up revision 1.11 (requested by fair):



details:   https://anonhg.NetBSD.org/src/rev/221a76edbacb
branches:  netbsd-1-4
changeset: 470620:221a76edbacb
user:      he <he%NetBSD.org@localhost>
date:      Mon May 22 22:17:51 2000 +0000

description:
Pull up revision 1.11 (requested by fair):
  Correct inconsistency between implementation and documentation.
  Fixes PR#6072.

diffstat:

 lib/libc/stdio/fopen.3 |  21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diffs (35 lines):

diff -r 06b3ddee70f3 -r 221a76edbacb lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Mon May 22 22:14:30 2000 +0000
+++ b/lib/libc/stdio/fopen.3    Mon May 22 22:17:51 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fopen.3,v 1.9 1999/01/12 15:27:28 kleink Exp $
+.\"    $NetBSD: fopen.3,v 1.9.2.1 2000/05/22 22:17:51 he Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -122,15 +122,16 @@
 functions initially position the stream at the start of the file
 unless the file is opened with append mode,
 in which case the stream is initially positioned at the end of the file.
-.Pp
-Reads and writes may be intermixed on read/write streams in any order,
-and do not require an intermediate seek as in previous versions of
-.Em stdio .
-This is not portable to other systems, however;
-.Tn ANSI C
-requires that
-a file positioning function intervene between output and input, unless
-an input operation encounters end-of-file.
+.\" PR 6072 claims this paragraph is not correct.
+.\" .Pp
+.\" Reads and writes may be intermixed on read/write streams in any order,
+.\" and do not require an intermediate seek as in previous versions of
+.\" .Em stdio .
+.\" This is not portable to other systems, however;
+.\" .Tn ANSI C
+.\" requires that
+.\" a file positioning function intervene between output and input, unless
+.\" an input operation encounters end-of-file.
 .Pp
 The
 .Fn fdopen



Home | Main Index | Thread Index | Old Index