Author: lwall
Date: 2009-02-24 06:04:42 +0100 (Tue, 24 Feb 2009)
New Revision: 25516

Modified:
   docs/Perl6/Spec/S32-setting-library/Any.pod
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
more DEF extermination


Modified: docs/Perl6/Spec/S32-setting-library/Any.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Any.pod 2009-02-24 04:57:59 UTC (rev 
25515)
+++ docs/Perl6/Spec/S32-setting-library/Any.pod 2009-02-24 05:04:42 UTC (rev 
25516)
@@ -98,7 +98,7 @@
 
  our multi method warn ( Object $o: ) is export
 
-Prints a warning to C<$*DEFERR>, which is usually bound to C<$*ERR>. See
+Prints a warning to C<$*ERR>, which is usually finds C<$PROCESS::ERR>. See
 C<Synopsis 16: IPC / IO / Signals> for details.
 
 =back

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-24 04:57:59 UTC (rev 
25515)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-24 05:04:42 UTC (rev 
25516)
@@ -322,9 +322,9 @@
 This role provides encoded access to a writeable data stream, implies
 IO::Encoded. Might imply IO::Buffered, but that's not a requirement.
 
-If these are called in their non-object form, they operate on C<$*DEFOUT>, 
except in the 
-case of warn(), which operates on C<$*DEFERR>.  The form with leading dot 
prints C<$_> to 
-the appropriate default handle unless an explicit filehandle is supplied.
+If these are called in their non-object form, they operate on C<$*OUT>, except 
in the 
+case of warn(), which operates on C<$*ERR>.  The form with leading dot prints 
C<$_> to 
+the appropriate handle unless C<$_> happens to be a filehandle.
 
 =over
 
@@ -409,7 +409,7 @@
 
 =item our Bool multi printf (Str $fmt, *...@list)
 
-The function form works as in Perl 5 and always prints to $*DEFOUT.
+The function form works as in Perl 5 and always prints to $*OUT.
 The method form uses IO handles, not formats, as objects.
 
 =back

Reply via email to