From: Rafael Garcia-Suarez Date: Sun, 8 Jun 2008 14:03:58 +0000 (+0000) Subject: Small typo fix. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=055cc54b4128c67aa77e57733051a6c9e7cc10f9;p=p5sagit%2Fp5-mst-13.2.git Small typo fix. p4raw-id: //depot/perl@34026 --- diff --git a/ext/PerlIO/via/via.pm b/ext/PerlIO/via/via.pm index 5a96165..f7ab749 100644 --- a/ext/PerlIO/via/via.pm +++ b/ext/PerlIO/via/via.pm @@ -150,7 +150,7 @@ in future. =item $obj->TELL($fh) -Returns file postion. +Returns file position. Optional. Default to be determined. =item $obj->UNREAD($buffer,$fh) @@ -228,7 +228,7 @@ Given the following module, PerlIO::via::Hex : 1; -the following code opens up an output handle that will convert any +The following code opens up an output handle that will convert any output to hexadecimal dump of the output bytes: for example "A" will be converted to "41" (on ASCII-based machines, on EBCDIC platforms the "A" will become "c1")