diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-11 19:16:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-11 19:16:31 +0000 |
commit | d360a069d6bdc55d9bfda16507abbff2168bf4f7 (patch) | |
tree | 7d47d11526aa23bacfb11631efcffd8a5718353b /pod/perlapio.pod | |
parent | 0be9fa5d9cbe19f06586830d0ef1f7c2e141c20a (diff) | |
download | perl-d360a069d6bdc55d9bfda16507abbff2168bf4f7.tar.gz |
Microdoctweak.
p4raw-id: //depot/perl@17491
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 1353ee0642..68d794f66a 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -336,7 +336,7 @@ pushing a new :stdio "layer" onto the PerlIO *), which may affect future PerlIO operations on the original PerlIO *. You should not call C<fclose()> on the file unless you call C<PerlIO_releaseFILE()> to disassociate it from the PerlIO *. -(And do not use PerlIO_importFILE() for doing to disassociation.) +(Do not use PerlIO_importFILE() for doing the disassociation.) Calling this function repeatedly will create a FILE * on each call (and will push an :stdio layer each time as well). |