diff options
author | vincentdarley <vincentdarley> | 2001-10-15 10:30:07 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-10-15 10:30:07 (GMT) |
commit | 6b155e40fb3b8c1a49004eb523b8aa9aaf21e28e (patch) | |
tree | eca7bc624b57d18732c380cc0c9dda84a747d7c6 /doc | |
parent | 39c45659eabd57fd234fb15f1f151e5a4f965c26 (diff) | |
download | tcl-6b155e40fb3b8c1a49004eb523b8aa9aaf21e28e.zip tcl-6b155e40fb3b8c1a49004eb523b8aa9aaf21e28e.tar.gz tcl-6b155e40fb3b8c1a49004eb523b8aa9aaf21e28e.tar.bz2 |
small fs fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FileSystem.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index e6f750d..83f29ce 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: FileSystem.3,v 1.8 2001/09/29 11:09:35 vincentdarley Exp $ +'\" RCS: @(#) $Id: FileSystem.3,v 1.9 2001/10/15 10:30:07 vincentdarley Exp $ '\" .so man.macros .TH Tcl_FSCopyFile 3 8.4 Tcl "Tcl Library Procedures" @@ -225,7 +225,7 @@ required (and may cache the results of such conversions for greater efficiency on subsequent calls). Fourth, and perhaps most importantly, all of these functions are 'virtual filesystem aware'. Any virtual filesystem which has been registered (through -\fBTclRegisterFilesystem\fR) may reroute file access to alternative +\fBTcl_FSRegister\fR) may reroute file access to alternative media or access methods. This means that all of these functions (and therefore the corresponding \fBfile\fR, \fBpwd\fR, \fBcd\fR, \fBopen\fR, etc. Tcl commands) may be operate on 'files' which are not |