[svn:parrot] r38708 - trunk/runtime/parrot/library/Getopt

cotto at svn.parrot.org cotto at svn.parrot.org
Tue May 12 06:40:07 UTC 2009


Author: cotto
Date: Tue May 12 06:40:07 2009
New Revision: 38708
URL: https://trac.parrot.org/parrot/changeset/38708

Log:
[getopt] documentation function name update

Modified:
   trunk/runtime/parrot/library/Getopt/Obj.pir

Modified: trunk/runtime/parrot/library/Getopt/Obj.pir
==============================================================================
--- trunk/runtime/parrot/library/Getopt/Obj.pir	Tue May 12 06:30:55 2009	(r38707)
+++ trunk/runtime/parrot/library/Getopt/Obj.pir	Tue May 12 06:40:07 2009	(r38708)
@@ -352,7 +352,7 @@
     .return(return)
 .end
 
-=item C<__push_string(STRING format)>
+=item C<push_string(STRING format)>
 
 A vtable method, invoked by e.g. C<push getopts, "foo|f=s">.  The format is as such.
 


More information about the parrot-commits mailing list