From: Hans Mulder Date: Thu, 7 Aug 1997 00:00:00 +0000 (+0000) Subject: arguments swapped in perlapio.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21917246723837f23ca941fdf14b8ad84573a24e;p=p5sagit%2Fp5-mst-13.2.git arguments swapped in perlapio.pod Three PerlIO functions have their arguments swapped (compared with their stdio counterparts). Perlapio.pod gets this almost right: p5p-msgid: 199706240049.CAA10534@xs2.xs4all.nl --- diff --git a/pod/perlapio.pod b/pod/perlapio.pod index d88e445..0db385e 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -99,12 +99,12 @@ are different, there is only one "count" and order has =item B -=item B, B +=item B, B These correspond to fputs() and fputc(). Note that arguments have been revised to have "file" first. -=item B +=item B This corresponds to ungetc(). Note that arguments have been revised to have "file" first.