diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 19:01:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 19:01:23 +0000 |
commit | 219f41b1f58fd8a7ef20820f0e89c56470f7a6f4 (patch) | |
tree | aad00e62150ad759f553728b4df4441b56ffd4a6 /pod/perlapio.pod | |
parent | c06ef2193827b22d14c89e18394d4c66189b9d90 (diff) | |
download | perl-219f41b1f58fd8a7ef20820f0e89c56470f7a6f4.tar.gz |
tweak various places for iperlsys.h awareness
p4raw-id: //depot/perl@1232
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 f69e79502c..90475a9543 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -57,7 +57,7 @@ perlapio - perl's IO abstraction interface. =head1 DESCRIPTION Perl's source code should use the above functions instead of those -defined in ANSI C's I<stdio.h>, I<perlio.h> will the C<#define> them to +defined in ANSI C's I<stdio.h>. The perl headers will C<#define> them to the I/O mechanism selected at Configure time. The functions are modeled on those in I<stdio.h>, but parameter order |