Author: particle
Date: 2008-12-31 19:53:43 +0100 (Wed, 31 Dec 2008)
New Revision: 24708

Modified:
   docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] metasyntactic options should shout, to stand out. TimToady++

Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2008-12-31 18:50:40 UTC (rev 24707)
+++ docs/Perl6/Spec/S19-commandline.pod 2008-12-31 18:53:43 UTC (rev 24708)
@@ -336,9 +336,9 @@
 
 Notes: Annotates function produced by -n | -p
 
-=item ++argsproc [options, values] ++/argsproc
+=item ++ARGSPROC [options, values] ++/ARGSPROC
 
-{{TODO don't like this name, but don't like ++cmd either}}
+{{TODO don't like this name, but don't like ++CMD either}}
 
 Add a command-line processor.
 
@@ -357,7 +357,7 @@
 
 Service: Runtime
 
-Notes: Desugars to C<++compiler '--CHECK{ compiles_ok(); exit; }' ++/compiler>
+Notes: Desugars to C<++COMPILER '--CHECK{ compiles_ok(); exit; }' ++/COMPILER>
 
 =item --doc
 
@@ -366,11 +366,11 @@
 Service: Doc
 
 Notes: Desugars to
-C<++compiler '--CHECK{ compiles_ok(); }' '--CHECK{ dump_perldoc(); }' 
++/compiler>
+C<++COMPILER '--CHECK{ compiles_ok(); }' '--CHECK{ dump_perldoc(); }' 
++/COMPILER>
 
 {{TODO what do i pass to dump_perldoc? C<$+ARGS>, maybe?}}
 
-=item ++debugger [switches, flags] ++/debugger
+=item ++DEBUGGER [switches, flags] ++/DEBUGGER
 
 Set debugging flags.
 
@@ -414,7 +414,7 @@
 
 =item --help, -h
 
-Print summary of options. Desugars to C<++cmd --print-help --exit ++/cmd>.
+Print summary of options. Desugars to C<++CMD --print-help --exit ++/CMD>.
 
 Service: Usage
 
@@ -453,7 +453,7 @@
 
 Service: Autoloop
 
-Notes: Desugars to C<++parser --prelude=Perl6-autoloop-no-print ++/parser>.
+Notes: Desugars to C<++PARSER --prelude=Perl6-autoloop-no-print ++/PARSER>.
 
 =item --output-format, -O [format]
 
@@ -473,7 +473,7 @@
 
 Service: Autoloop
 
-Notes: Desugars to C<++parser --prelude=Perl6-autoloop-print ++/parser>.
+Notes: Desugars to C<++PARSER --prelude=Perl6-autoloop-print ++/PARSER>.
 
 =item --search-path, -S
 

Reply via email to