X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlapio.pod;h=1c57f9a9a89b1f4354162550aac0c21a393bc97b;hb=4ff31b786b9f6148fc8ea695db081861576d06a2;hp=1dc3d5396a0f889f7ea4fba585dccb526ed82606;hpb=fa11829f4b6d56533794dd127f3d1068d9593670;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 1dc3d53..1c57f9a 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -237,7 +237,7 @@ seeking the handle to the current logical position. This corresponds to fseek(). Sends buffered write data to the underlying file, or discards any buffered read data, then positions -the file desciptor as specified by B and B (sic). +the file descriptor as specified by B and B (sic). This is the correct thing to do when switching between read and write on the same handle (see issues with PerlIO_flush() above). Offset is of type C which is a perl Configure value which may not be same @@ -486,7 +486,7 @@ of passing NULL.) Portable cases are: - PerlIO_binmode(f,ptype,O_BINARY,Nullch); + PerlIO_binmode(f,ptype,O_BINARY,NULL); and PerlIO_binmode(f,ptype,O_TEXT,":crlf");