summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--doc/Load.34
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 33b83f6..b250a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* 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
2010-04-05 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
diff --git a/doc/Load.3 b/doc/Load.3
index a8e8910..9664523 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.1 2010/04/04 15:03:07 dkf Exp $
+'\" RCS: @(#) $Id: Load.3,v 1.2 2010/04/06 12:35:03 nijtmans Exp $
'\"
.so man.macros
.TH Load 3 8.6 Tcl "Tcl Library Procedures"
@@ -28,7 +28,7 @@ Interpreter to use for reporting error messages.
.AP Tcl_Obj *pathPtr in
The name of the file to load. If it is a single name, the library search path
of the current environment will be used to resolve it.
-.AP "const char" *symbols[] in
+.AP "const char *const" symbols[] in
Array of names of symbols to be resolved during the load of the library, or
NULL if no symbols are to be resolved. If an array is given, the last entry in
the array must be NULL.