Author: masak
Date: 2009-05-06 17:20:32 +0200 (Wed, 06 May 2009)
New Revision: 26704

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[S32/IO] removed $chars param from .getc

See <http://irclog.perlgeek.de/perl6/2009-05-06#i_1122346> for the
discussion about this.

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-05-06 14:24:56 UTC (rev 
26703)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-05-06 15:20:32 UTC (rev 
26704)
@@ -343,9 +343,9 @@
 
 [Deprecated. Use split or comb or an ILS regex.]
 
-=item method getc(Int $chars = 1 --> Char)
+=item method getc( --> Char)
 
-Reads the next C<$char> character in the set C<$.encoding>,
+Reads the next character in the set C<$.encoding>,
 or C<Failure> at end of file, or if there was
 an error (in either case C<$!> is set).  Note that this
 function cannot be used interactively as a C<readkey()> function, since under

Reply via email to