Author: particle
Date: 2008-12-31 00:30:54 +0100 (Wed, 31 Dec 2008)
New Revision: 24696

Modified:
   docs/Perl6/Spec/S19-commandline.pod
Log:
rename Awk service to Autoloop

Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2008-12-30 23:28:44 UTC (rev 24695)
+++ docs/Perl6/Spec/S19-commandline.pod 2008-12-30 23:30:54 UTC (rev 24696)
@@ -15,7 +15,7 @@
   Maintainer: Jerry Gay <jerry....@rakudoconsulting.com>
   Date: 12 Dec 2008
   Last Modified: 30 Dec 2008
-  Version: 3
+  Version: 4
 
 This is a draft document. This document describes the command line interface.
 It has changed extensively from previous versions of Perl in order to increase
@@ -330,11 +330,11 @@
 
 =item -a
 
-Sets input record separator.
+Turns on autosplit mode.
 
 Category: Dynamic
 
-Service: Awk
+Service: Autoloop
 
 Notes: Annotates function produced by -n | -p
 
@@ -425,7 +425,7 @@
 
 Category: Dynamic
 
-Service: Awk
+Service: Autoloop
 
 Notes: Substitutes a function for the default function which
 is { split ' ' } or whatever.
@@ -480,7 +480,7 @@
 
 Category: Dynamic
 
-Service: Awk
+Service: Autoloop
 
 Notes: Consumes the -e function, returns a new function and assigns to MAIN.
 
@@ -494,7 +494,7 @@
 
 Category: Dynamic
 
-Service: Awk
+Service: Autoloop
 
 Notes: Consumes the -e function, returns a new function and assigns to MAIN.
 

Reply via email to