From: Vince Darley Date: Wed, 16 Jul 2003 09:34:26 +0000 (+0000) Subject: spellchecking X-Git-Tag: vfs-1-3~9 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=04da4a99b260a430379008575a2af891c6741803;p=tclvfs spellchecking --- diff --git a/doc/vfs-filesystems.man b/doc/vfs-filesystems.man index 7dee19c..f25b02a 100644 --- a/doc/vfs-filesystems.man +++ b/doc/vfs-filesystems.man @@ -5,7 +5,7 @@ [moddesc {Tcl-level Virtual Filesystems}] [titledesc {Filesystems provided by tclvfs}] [require Tcl 8.4] -[require vfs [opt 1.2]] +[require vfs [opt 1.2.1]] [require vfs::zip [opt 1.0]] [require vfs::mk4 [opt 1.6]] [require vfs::tar [opt 0.9]] @@ -34,7 +34,7 @@ Currently supported are ftp, tar, http, zip, mk4, ns, and webdav. In addition there is the ability to mount any 'urltype' as a new directory, provided an appropriate vfs is supported. This means that -you can treat urls based on the schmes [emph ftp://], [emph http://] +you can treat urls based on the schemes [emph ftp://], [emph http://] and [emph file://] as files. To do this, simply evaluate the command [cmd {vfs::urltype::Mount ftp}] diff --git a/doc/vfs-fsapi.man b/doc/vfs-fsapi.man index 4a36491..a7b77ec 100644 --- a/doc/vfs-fsapi.man +++ b/doc/vfs-fsapi.man @@ -5,7 +5,7 @@ [moddesc {Tcl-level Virtual Filesystems}] [titledesc {API for the implementation of a filesystem in Tcl}] [require Tcl 8.4] -[require vfs [opt 1.2]] +[require vfs [opt 1.2.1]] [description] This document explains the API used by the package [package vfs] @@ -102,7 +102,7 @@ example outlined above its value will be [file C:/foo/bar/mount.zip]. [lst_item [arg relative]] Part of the specification of the path to operate upon. It contains the -part of the path which lies inside this filesytem. For example +part of the path which lies inside this filesystem. For example outlined above its value will be [file xxx/yyy]. [lst_item [arg actualpath]] @@ -190,7 +190,7 @@ implementation greatly in this task. [call [cmd vfshandler] [method open] [arg root] [arg relative] [arg actualpath] [arg mode] [arg permissions]] -Either returns a list describing the sucessfully opened file, or +Either returns a list describing the successfully opened file, or throws an error describing how the operation failed. [nl] @@ -211,7 +211,7 @@ the first element of the list is closed. Additionally all available data will have been flushed into it. This means, for example, that the callback can seek to the beginning of the said channel, read its contents and then store the gathered data elsewhere. In other words, -this callback is not only crucical to the cleanup of any resouces +this callback is not only crucial to the cleanup of any resources associated with an opened file, but also for the ability to implement a filesystem which can be written to. diff --git a/doc/vfs.man b/doc/vfs.man index 09f2205..6d723a7 100644 --- a/doc/vfs.man +++ b/doc/vfs.man @@ -5,7 +5,7 @@ [moddesc {Tcl-level Virtual Filesystems}] [titledesc {Filesystem management in Tcl}] [require Tcl 8.4] -[require vfs [opt 1.2]] +[require vfs [opt 1.2.1]] [description] The package [package vfs] provides commands to query, mount and