From: Daniel S. Lewart Date: Wed, 11 Sep 1996 16:55:18 +0000 (-0500) Subject: POD spelling patches X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=510d21e947cb9c6afc462514a9b13a7b905486e9;p=p5sagit%2Fp5-mst-13.2.git POD spelling patches --- diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 5d87ff0..d2fd74a 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -146,7 +146,7 @@ This corresponds to fseek(). =item B, B These correspond to fgetpos() and fsetpos(). If platform does not -have the stdio calls then they are implemeted in terms of PerlIO_tell() +have the stdio calls then they are implemented in terms of PerlIO_tell() and PerlIO_seek(). =item B @@ -161,9 +161,9 @@ PerlIO which will automatically be deleted when closed. =back -=head2 Co-existance with stdio +=head2 Co-existence with stdio -There is outline support for co-existance of PerlIO with stdio. +There is outline support for co-existence of PerlIO with stdio. Obviously if PerlIO is implemented in terms of stdio there is no problem. However if perlio is implemented on top of (say) sfio then mechanisms must exist to create a FILE * which can be passed