diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/Load.3 | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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> @@ -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. |