summaryrefslogtreecommitdiffstats
path: root/doc/Load.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-06 12:51:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-06 12:51:44 (GMT)
commit0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0 (patch)
tree25d3dff0cdc75ce756910304a777808979ed00ce /doc/Load.3
parent69dd39646acc517c7190cb6bd2b3f21f1112d805 (diff)
downloadtcl-0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0.zip
tcl-0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0.tar.gz
tcl-0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0.tar.bz2
* doc/Load.3: Minor corrections of formatting and cross links.
Diffstat (limited to 'doc/Load.3')
-rw-r--r--doc/Load.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Load.3 b/doc/Load.3
index 9664523..9b9ffab 100644
--- a/doc/Load.3
+++ b/doc/Load.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Load.3,v 1.2 2010/04/06 12:35:03 nijtmans Exp $
+'\" RCS: @(#) $Id: Load.3,v 1.3 2010/04/06 12:51:44 dkf Exp $
'\"
.so man.macros
.TH Load 3 8.6 Tcl "Tcl Library Procedures"
@@ -17,12 +17,12 @@ Tcl_LoadFile, Tcl_FindSymbol \- platform-independent dynamic library loading
\fB#include <tcl.h>\fR
.sp
int
-Tcl_LoadFile(interp, pathPtr, symbols, flags, procPtrs, loadHandlePtr)
+\fBTcl_LoadFile\fR(\fIinterp, pathPtr, symbols, flags, procPtrs, loadHandlePtr\fR)
.sp
void *
-Tcl_FindSymbol(interp, loadHandle, symbol)
+\fBTcl_FindSymbol\fR(\fIinterp, loadHandle, symbol\fR)
.SH ARGUMENTS
-.AS Tcl_LoadHandle *loadHandlePtr out
+.AS Tcl_LoadHandle loadHandle in
.AP Tcl_Interp *interp in
Interpreter to use for reporting error messages.
.AP Tcl_Obj *pathPtr in
@@ -40,7 +40,7 @@ the \fIsymbols\fR argument. Should be NULL if no symbols are to be resolved.
.AP Tcl_LoadHandle *loadHandlePtr out
Points to a variable that will hold the handle to the abstract token
describing the library that has been loaded.
-.AP Tcl_LoadHandle loadHandle
+.AP Tcl_LoadHandle loadHandle in
Abstract token describing the library to look up a symbol in.
.AP "const char" *symbol in
The name of the symbol to look up.
@@ -62,7 +62,7 @@ the symbol cannot be found, it returns NULL and sets an error message in the
given \fIinterp\fR (if that is non-NULL). Note that it is unsafe to use this
operation on a handle that has been passed to \fBTcl_FSUnloadFile\fR.
.SH "SEE ALSO"
-Tcl_FSLoad(3), Tcl_FSUnload(3), load(n), unload(n)
+Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), load(n), unload(n)
.SH KEYWORDS
binary code, loading, shared library
'\" Local Variables: