Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Comment out a paragraph describing behavior w...



details:   https://anonhg.NetBSD.org/src/rev/5a3d86a9a486
branches:  trunk
changeset: 486264:5a3d86a9a486
user:      fair <fair%NetBSD.org@localhost>
date:      Wed May 17 10:09:35 2000 +0000

description:
Comment out a paragraph describing behavior which NetBSD's fopen(3) does
not exhibit, per PR 6072.

diffstat:

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

diffs (35 lines):

diff -r bf4e5ecaa484 -r 5a3d86a9a486 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Wed May 17 09:53:53 2000 +0000
+++ b/lib/libc/stdio/fopen.3    Wed May 17 10:09:35 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fopen.3,v 1.10 2000/01/15 01:11:45 christos Exp $
+.\"    $NetBSD: fopen.3,v 1.11 2000/05/17 10:09:35 fair Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -128,15 +128,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