From 0acf99fc0c30894bc2055dd0c2fe1ca163c8aea0 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 6 Apr 2010 12:51:44 +0000 Subject: * doc/Load.3: Minor corrections of formatting and cross links. --- ChangeLog | 14 +++++++++----- doc/Load.3 | 12 ++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index b250a01..f6514da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2010-04-06 Donal K. Fellows + + * doc/Load.3: Minor corrections of formatting and cross links. + 2010-04-06 Jan Nijtmans - * win/configure (regenerate with autoconf-2.59) - * unix/configure - * unix/installManPage [Bug 2982540] configure and install* script files - * unix/install-sh should always have LF - * doc/Load.3 Fix signature of Tcl_LoadFile in documentation + * win/configure: (regenerate with autoconf-2.59) + * unix/configure: + * unix/installManPage: [Bug 2982540]: configure and install* script + * unix/install-sh: files should always have LF line ending. + * doc/Load.3: Fix signature of Tcl_LoadFile in documentation. 2010-04-05 Alexandre Ferrieux 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 \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: -- cgit v0.12