diff options
Diffstat (limited to 'doc/Load.3')
-rw-r--r-- | doc/Load.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |