summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-26 15:27:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-26 15:27:44 (GMT)
commit29dd55c971c5aeef13004298accc78785d4511ee (patch)
tree4a3739e47104a3622c70f82f2009f58ef4a5bd71
parent8f22bd9be0100ebb6b03b9e4b1e0f79f2fd9e4d9 (diff)
downloadtcl-29dd55c971c5aeef13004298accc78785d4511ee.zip
tcl-29dd55c971c5aeef13004298accc78785d4511ee.tar.gz
tcl-29dd55c971c5aeef13004298accc78785d4511ee.tar.bz2
doc formatting goofs
-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