diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:51:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:51:35 +0000 |
commit | 9849c14cd91dea2f36cd3d2a79984145cc69648c (patch) | |
tree | da1dd9f7c7027831b97aaafc3c958df1ab56acb6 /pod/perlapio.pod | |
parent | 3ae1b22641a16d4d08aba688616c0f7cefb7d1f5 (diff) | |
download | perl-9849c14cd91dea2f36cd3d2a79984145cc69648c.tar.gz |
Purge all use of Nullch in non-dual life modules.
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33052
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r-- | pod/perlapio.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 444fab3660..1c57f9a9a8 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"); |