summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-26 15:28:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-26 15:28:12 (GMT)
commit73f2edfb1438d687abda8079be77cf4424a53807 (patch)
tree754a12e765b741066a99825f3bc8c4836205a7bd
parentac4771ee1c6dd6e43fde143fecc5a72079f33100 (diff)
parentd75ffb6da4c2a55321744117c7e7ae7943392060 (diff)
downloadtcl-73f2edfb1438d687abda8079be77cf4424a53807.zip
tcl-73f2edfb1438d687abda8079be77cf4424a53807.tar.gz
tcl-73f2edfb1438d687abda8079be77cf4424a53807.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