summaryrefslogtreecommitdiff
path: root/pod/perlapio.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-11 19:16:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-11 19:16:31 +0000
commitd360a069d6bdc55d9bfda16507abbff2168bf4f7 (patch)
tree7d47d11526aa23bacfb11631efcffd8a5718353b /pod/perlapio.pod
parent0be9fa5d9cbe19f06586830d0ef1f7c2e141c20a (diff)
downloadperl-d360a069d6bdc55d9bfda16507abbff2168bf4f7.tar.gz
Microdoctweak.
p4raw-id: //depot/perl@17491
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r--pod/perlapio.pod2
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).