Fix for RT #52552.
[p5sagit/p5-mst-13.2.git] / pod / perlapio.pod
index 444fab3..1c57f9a 100644 (file)
@@ -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");