summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-03 21:52:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-03 21:52:15 (GMT)
commit272faa763c52da3f47a7dfaa6a9c04046d375964 (patch)
treecd9247dabd5260b3d72e8e84e35ab84b5caec856 /doc
parente9733d7e31787203d2e1ca47c8c05cc6669e2ad9 (diff)
downloadtcl-272faa763c52da3f47a7dfaa6a9c04046d375964.zip
tcl-272faa763c52da3f47a7dfaa6a9c04046d375964.tar.gz
tcl-272faa763c52da3f47a7dfaa6a9c04046d375964.tar.bz2
* doc/FileSystem.3:
* generic/tclIOUtil.c: Updated some old uses of "fileName" to new VFS terminology, "pathPtr".
Diffstat (limited to 'doc')
-rw-r--r--doc/FileSystem.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 7e2ee6f..3f43a6d 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.13 2001/12/10 15:50:46 dgp Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.14 2002/01/03 21:52:15 dgp Exp $
'\"
.so man.macros
.TH Filesystem 3 8.4 Tcl "Tcl Library Procedures"
@@ -46,7 +46,7 @@ Tcl_Obj*
\fBTcl_FSListVolumes\fR(\fIvoid\fR)
.sp
int
-\fBTcl_FSEvalFile\fR(\fIinterp, fileName\fR)
+\fBTcl_FSEvalFile\fR(\fIinterp, pathPtr\fR)
.sp
int
\fBTcl_FSLoadFile\fR(\fIinterp, pathPtr, sym1, sym2, proc1Ptr, proc2Ptr, clientDataPtr, unloadProcPtr\fR)
@@ -401,7 +401,7 @@ If \fIpath\fR exists, \fBTcl_FSStat\fR returns 0 and the stat structure
is filled with data. Otherwise, -1 is returned, and no stat info is
given.
.PP
-\fBTcl_FSOpenFileChannel\fR opens a file specified by \fIfileName\fR and
+\fBTcl_FSOpenFileChannel\fR opens a file specified by \fIpathPtr\fR and
returns a channel handle that can be used to perform input and output on
the file. This API is modeled after the \fBfopen\fR procedure of
the Unix standard I/O library.