From: Jarkko Hietaniemi Date: Thu, 11 Jul 2002 19:16:31 +0000 (+0000) Subject: Microdoctweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d360a069d6bdc55d9bfda16507abbff2168bf4f7;p=p5sagit%2Fp5-mst-13.2.git Microdoctweak. p4raw-id: //depot/perl@17491 --- diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 1353ee0..68d794f 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 on the file unless you call C 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).