Author: wayland
Date: 2009-03-02 07:00:47 +0100 (Mon, 02 Mar 2009)
New Revision: 25652

Modified:
   docs/Perl6/Spec/S28-special-names.pod
Log:
Should've looked first -- $*DISTRO is documented in S02 :)


Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod       2009-03-02 05:51:23 UTC (rev 
25651)
+++ docs/Perl6/Spec/S28-special-names.pod       2009-03-02 06:00:47 UTC (rev 
25652)
@@ -78,7 +78,7 @@
  @=DATA           (S26)  Array        # Same as above, but array
  %?DEEPMAGIC       S13   Hash of XXX  # Controls the mappings of magical names 
to sub definitions
  $?DISTRO          S02   SoftwarePackage # Which OS distribution am I 
compiling under
- $*DISTRO                SoftwarePackage # Which OS distribution am I running 
under
+ $*DISTRO          S02   SoftwarePackage # Which OS distribution am I running 
under
  $*EGID                  Int          # effective group id
  %*ENV             S02   Hash of Str  # system environment variables
  $*ERR             S16   IO           # Standard error handle

Reply via email to