Author: moritz
Date: 2010-06-11 08:11:20 +0200 (Fri, 11 Jun 2010)
New Revision: 31189

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] print default usage messag to standard output, by petition from avar++

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2010-06-10 20:20:37 UTC (rev 31188)
+++ docs/Perl6/Spec/S06-routines.pod    2010-06-11 06:11:20 UTC (rev 31189)
@@ -3101,7 +3101,8 @@
 semicolon-style declaration that controls the whole file.
 
 If an attempted dispatch to C<MAIN> fails, the C<USAGE> routine is called.
-If there is no C<USAGE> routine, a default message is printed.  This
+If there is no C<USAGE> routine, a default message is printed to standard
+output.  This
 usage message is automatically generated from the signature (or
 signatures) of C<MAIN>.  This message is generated at compile time,
 and hence is available at any later time as C<$?USAGE>.

Reply via email to