X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlapio.pod;h=1dc3d5396a0f889f7ea4fba585dccb526ed82606;hb=8a2485f87de4ac33d6c8564ae6b27c5efc3e1430;hp=10b8dc554e0e97abcaa5e9555b2eb368b16eb262;hpb=2c2cb4122eb316f028f8d8303287fd2a55536c62;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 10b8dc5..1dc3d53 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -225,7 +225,7 @@ This corresponds to clearerr(), i.e., clears 'error' and (usually) This corresponds to fflush(). Sends any buffered write data to the underlying file. If called with C this may flush all open -streams (or core dump with some USE_STDIO implementattions). Calling +streams (or core dump with some USE_STDIO implementations). Calling on a handle open for read only, or on which last operation was a read of some kind may lead to undefined behaviour on some USE_STDIO implementations. The USE_PERLIO (layers) implementation tries to