summaryrefslogtreecommitdiffstats
path: root/doc/Load.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-06 12:35:03 (GMT)
committernijtmans <nijtmans>2010-04-06 12:35:03 (GMT)
commit69dd39646acc517c7190cb6bd2b3f21f1112d805 (patch)
tree9531b89e0a839bc8f831aca1db24ddd865bfd457 /doc/Load.3
parent98f6e899d06fff1e57becd355ca90e052ceaa794 (diff)
downloadtcl-69dd39646acc517c7190cb6bd2b3f21f1112d805.zip
tcl-69dd39646acc517c7190cb6bd2b3f21f1112d805.tar.gz
tcl-69dd39646acc517c7190cb6bd2b3f21f1112d805.tar.bz2
Fix signature of Tcl_LoadFile in documentation
Diffstat (limited to 'doc/Load.3')
-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.