Author: wayland
Date: 2009-08-07 06:07:53 +0200 (Fri, 07 Aug 2009)
New Revision: 27889
Modified:
docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[S32/IO] Made some more mods to the filesystem due to interaction with
finanalyst++
Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod 2009-08-07 03:02:42 UTC (rev
27888)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod 2009-08-07 04:07:53 UTC (rev
27889)
@@ -623,7 +623,8 @@
=head2 IO::FileSystems
-This represents the file systems mounted on the current machine.
+This represents the file systems mounted on the current machine (ie.
accessible via a
+filesystem path).
class IO::FileSystem does IO::Streamable {
has Str $.illegal-chars; # ie. /\x0
@@ -646,16 +647,6 @@
=back
-=head2 IO::FileSystem
-
-This represents a specific filesystem, such as those listed in /etc/fstab on
Unix, or the
-specific drives on Windows.
-
- class IO::FileSystem does IO::Streamable {
- has Str $.fstype; # ext3, ntfs, vfat, reiserfs, etc
- ...
- }
-
=head2 IO::FSNode
class IO::FSNode {