Author: jimmy
Date: 2009-09-25 12:32:57 +0200 (Fri, 25 Sep 2009)
New Revision: 28403

Modified:
   docs/Perl6/Spec/S21-calling-foreign-code.pod
   docs/Perl6/Spec/S26-documentation.pod
   docs/Perl6/Spec/S28-special-names.pod
   docs/Perl6/Spec/S32-setting-library/Abstraction.pod
   docs/Perl6/Spec/S32-setting-library/Basics.pod
   docs/Perl6/Spec/S32-setting-library/Callable.pod
   docs/Perl6/Spec/S32-setting-library/Containers.pod
   docs/Perl6/Spec/S32-setting-library/Exception.pod
   docs/Perl6/Spec/S32-setting-library/IO.pod
   docs/Perl6/Spec/S32-setting-library/Numeric.pod
   docs/Perl6/Spec/S32-setting-library/Rules.pod
   docs/Perl6/Spec/S32-setting-library/Str.pod
   docs/Perl6/Spec/S32-setting-library/Temporal.pod
Log:
[Spec]use standard dialect 'Pod' 

Modified: docs/Perl6/Spec/S21-calling-foreign-code.pod
===================================================================
--- docs/Perl6/Spec/S21-calling-foreign-code.pod        2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S21-calling-foreign-code.pod        2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -19,7 +19,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S21-calling-foreign-code.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S26-documentation.pod
===================================================================
--- docs/Perl6/Spec/S26-documentation.pod       2009-09-25 07:38:32 UTC (rev 
28402)
+++ docs/Perl6/Spec/S26-documentation.pod       2009-09-25 10:32:57 UTC (rev 
28403)
@@ -26,7 +26,7 @@
 is known to be out of date and likely to undergo some substantial
 revision.  Until the document is updated, look at STD.pm
 (L<http://svn.pugscode.org/pugs/src/perl6/STD.pm>) for the valid
-POD syntax.
+Pod syntax.
 
 =head1 Perldoc
 
@@ -43,7 +43,7 @@
 =head1 The Pod Dialect
 
 B<Pod> is an evolution of Perl 5's L<I<Plain Ol' Documentation>|doc:perlpod>
-(POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more
+(Pod) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more
 uniform, somewhat more compact, and considerably more expressive. The
 Pod dialect also differs in that it is a purely descriptive mark-up
 notation, with no presentational components.

Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod       2009-09-25 07:38:32 UTC (rev 
28402)
+++ docs/Perl6/Spec/S28-special-names.pod       2009-09-25 10:32:57 UTC (rev 
28403)
@@ -38,7 +38,7 @@
 
     $?foo   # Compiler constants (fixed at compile time)
     $*foo   # Context variable, default global (run time)
-    $=foo   # File-scoped POD data
+    $=foo   # File-scoped Pod data
 
 The various C<$?foo> variables are determined at compile time, and are
 not modifiable at run time.  This does not mean that the variable has the
@@ -59,7 +59,7 @@
 The C<$=foo> variables are related to the C<$?foo> variables
 insofar as the text of the program is known at compile time, so the
 values are static.  However, the different twigil indicates that the
-variable contains POD data, which is primarily under user control
+variable contains Pod data, which is primarily under user control
 rather than compiler control.  The structure of these variables will
 be fleshed out in S26.
 

Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Abstraction.pod 2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Abstraction.pod 2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -19,7 +19,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Abstraction.pod so edit 
it there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Basics.pod      2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Basics.pod      2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -24,7 +24,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Basics.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Callable.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Callable.pod    2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Callable.pod    2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -19,7 +19,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Exception.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -24,7 +24,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Containers.pod so edit 
it there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Exception.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Exception.pod   2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Exception.pod   2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -19,7 +19,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Exception.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-09-25 07:38:32 UTC (rev 
28402)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-09-25 10:32:57 UTC (rev 
28403)
@@ -27,7 +27,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/IO.pod so edit it there 
in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Numeric.pod     2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Numeric.pod     2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -24,7 +24,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Numeric.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Rules.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Rules.pod       2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Rules.pod       2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -20,7 +20,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Exception.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-09-25 07:38:32 UTC (rev 
28402)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-09-25 10:32:57 UTC (rev 
28403)
@@ -24,7 +24,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Miscellaneous-scalars.pod
 so edit it there in the SVN repository if you would like to make changes.
 

Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Temporal.pod    2009-09-25 07:38:32 UTC 
(rev 28402)
+++ docs/Perl6/Spec/S32-setting-library/Temporal.pod    2009-09-25 10:32:57 UTC 
(rev 28403)
@@ -26,7 +26,7 @@
 
 The document is a draft.
 
-If you read the HTML version, it is generated from the pod in the pugs
+If you read the HTML version, it is generated from the Pod in the pugs
 repository under /docs/Perl6/Spec/S32-setting-library/Temporal.pod so edit it 
there in
 the SVN repository if you would like to make changes.
 

Reply via email to