summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-04-29 14:09:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-04-29 14:09:30 (GMT)
commit35cd060950989f216061666b4e8214348f6cd6c0 (patch)
tree71ec12ac3a0fd3ef60acf366851f3a6d4720dccf /doc/FileSystem.3
parent5ae9191e36b48e5ff2789da3317c118db29a6a6c (diff)
downloadtcl-35cd060950989f216061666b4e8214348f6cd6c0.zip
tcl-35cd060950989f216061666b4e8214348f6cd6c0.tar.gz
tcl-35cd060950989f216061666b4e8214348f6cd6c0.tar.bz2
Backported doc fix
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.37
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 8cc70b0..1188778 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.32.2.2 2003/10/03 17:24:34 vincentdarley Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.32.2.3 2005/04/29 14:09:35 dkf Exp $
'\"
.so man.macros
.TH Filesystem 3 8.4 Tcl "Tcl Library Procedures"
@@ -58,7 +58,8 @@ int
\fBTcl_FSEvalFile\fR(\fIinterp, pathPtr\fR)
.sp
int
-\fBTcl_FSLoadFile\fR(\fIinterp, pathPtr, sym1, sym2, proc1Ptr, proc2Ptr, handlePtr, unloadProcPtr\fR)
+\fBTcl_FSLoadFile\fR(\fIinterp, pathPtr, sym1, sym2, proc1Ptr, proc2Ptr,
+ handlePtr, unloadProcPtr\fR)
.sp
int
\fBTcl_FSMatchInDirectory\fR(\fIinterp, result, pathPtr, pattern, types\fR)
@@ -200,6 +201,8 @@ Name of a procedure to look up in the file's symbol table
Filled with the init function for this code.
.AP Tcl_PackageInitProc **proc2Ptr out
Filled with the safe-init function for this code.
+.AP Tcl_LoadHandle *handlePtr out
+Filled with an abstract token representing the loaded file.
.AP ClientData *clientDataPtr out
Filled with the clientData value to pass to this code's unload
function when it is called.