summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-26 15:37:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-26 15:37:24 (GMT)
commit12ad9b4cd4d9832ce18804ce0e05dbe0883a948e (patch)
tree118ddb86cfdd022f8e825e56b6ccaf79b0bf7e5c
parente245e3dcc02528ba4bf89da8e4d314379662c580 (diff)
parentd75ffb6da4c2a55321744117c7e7ae7943392060 (diff)
downloadtcl-12ad9b4cd4d9832ce18804ce0e05dbe0883a948e.zip
tcl-12ad9b4cd4d9832ce18804ce0e05dbe0883a948e.tar.gz
tcl-12ad9b4cd4d9832ce18804ce0e05dbe0883a948e.tar.bz2
merge trunk
-rw-r--r--doc/Load.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Load.3 b/doc/Load.3
index 9602b77..bbfc662 100644
--- a/doc/Load.3
+++ b/doc/Load.3
@@ -31,7 +31,7 @@ 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.
.AP int flags in
-The value should normally be 0, but \fITCL_LOAD_GLOBALfR or \fITCL_LOAD_LAZYfR
+The value should normally be 0, but \fITCL_LOAD_GLOBAL\fR or \fITCL_LOAD_LAZY\fR
or a combination of those two is allowed as well.
.AP void *procPtrs out
Points to an array that will hold the addresses of the functions described in