summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-04-06 12:35:03 (GMT)
committernijtmans <nijtmans@noemail.net>2010-04-06 12:35:03 (GMT)
commit34f0660cebbb1a974efa84177a019e6d8681c8a9 (patch)
tree9531b89e0a839bc8f831aca1db24ddd865bfd457 /doc
parentabef8be486a22a24ce5f24e9b6e0c6e50ffe3f63 (diff)
downloadtcl-34f0660cebbb1a974efa84177a019e6d8681c8a9.zip
tcl-34f0660cebbb1a974efa84177a019e6d8681c8a9.tar.gz
tcl-34f0660cebbb1a974efa84177a019e6d8681c8a9.tar.bz2
Fix signature of Tcl_LoadFile in documentation
FossilOrigin-Name: 8d125f4c105c4dcd5679ea21530c405fd6941fc1
Diffstat (limited to 'doc')
-rw-r--r--doc/Load.34
1 files changed, 2 insertions, 2 deletions
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.