Author: wayland
Date: 2009-08-06 07:34:41 +0200 (Thu, 06 Aug 2009)
New Revision: 27881

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[S32/IO] Clarification thanks to richard++  Since this does glob(), find(), 
etc, I'm 
intending that it be "Everything accessible via a filesystem path" sort of 
thing; 
NFS mounts included, but URIs not included.  


Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-08-06 03:51:19 UTC (rev 
27880)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-08-06 05:34:41 UTC (rev 
27881)
@@ -623,7 +623,7 @@
 
 =head2 IO::FileSystems
 
-This represents the file systems available on the current machine.  
+This represents the file systems mounted on the current machine.  
 
     class IO::FileSystem does IO::Streamable {
         has Str $.illegal-chars; # ie. /\x0

Reply via email to