X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlapio.pod;h=1c57f9a9a89b1f4354162550aac0c21a393bc97b;hb=83ce3e12e086bc5a21f37af9378b7c01fa5d73d8;hp=444fab3660ab2a0e4a99444fe2a09bfd4dbd9b54;hpb=d7f8936a2fe7fc93635b0b501d1f941d30d3399f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 444fab3..1c57f9a 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -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");