]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/fopen.3
Libc-1081.1.3.tar.gz
[apple/libc.git] / stdio / FreeBSD / fopen.3
index 3bb0c0f8b5755d568ba43a1ff10c8b6406c51978..ab304e9b4fc5efc367625dd43162a418bc79198d 100644 (file)
@@ -140,15 +140,11 @@ Any created files will have mode
 as modified by the process'
 umask value (see
 .Xr umask 2 ) .
+.\" C11 ยง7.21.5.3p7
 .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.
+Reads and writes may be intermixed on read/write streams in any order; however, 
+a file positioning function must be called when switching between output and
+input, unless an input operation encounters end-of-file.
 .Pp
 The
 .Fn fdopen