Author: lwall
Date: 2009-03-01 09:48:35 +0100 (Sun, 01 Mar 2009)
New Revision: 25645

Modified:
   docs/Perl6/Spec/S02-bits.pod
   docs/Perl6/Spec/S28-special-names.pod
Log:
doc tweaks.  $?OSVER should be $?OS.ver or some such


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-03-01 08:43:49 UTC (rev 25644)
+++ docs/Perl6/Spec/S02-bits.pod        2009-03-01 08:48:35 UTC (rev 25645)
@@ -2123,9 +2123,6 @@
     &?ROUTINE   Which routine am I in?
     &?BLOCK     Which block am I in?
 
-All the nested C<@?> variables are ordered from the innermost to the
-outermost, so C<@?BLOCK[0]> is always the same as C<&?BLOCK>.
-
 The following return objects that contain all pertinent info:
 
     $?OS        Which operating system am I compiled for?

Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod       2009-03-01 08:43:49 UTC (rev 
25644)
+++ docs/Perl6/Spec/S28-special-names.pod       2009-03-01 08:48:35 UTC (rev 
25645)
@@ -86,7 +86,6 @@
  $*GID                   Int          # group id
  $*IN              S16   IO           # Standard input handle; is an IO object
  $*INC             S11                # where to search for user modules (but 
not std lib!)
- $?LABEL                              # label of current block (XXX 
unnecessary?)
  $?LANG            S02                # Which Perl parser should embedded 
closures parse with?
  $*LANG            S02   Str          # LANG variable from %*ENV that defines 
what human language is used
  $?LINE                  Int          # current line number in source file
@@ -96,8 +95,6 @@
  %*OPT...          S19   Hash of XXX  # Options from command line to be passed 
down
  $?OS                    Str          # operating system compiled for
  $*OS                    Str          # operating system running under
- $?OSVER                 Str          # operating system version compiled for
- $*OSVER                 Str          # operating system version running under
  $*OUT             S16   IO           # Standard output handle
  $?PARSER          S02   Grammar      # Which Perl grammar was used to parse 
this statement?
  $?PACKAGE               Package      # current package

Reply via email to