diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-26 15:27:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-26 15:27:44 (GMT) |
commit | d75ffb6da4c2a55321744117c7e7ae7943392060 (patch) | |
tree | 4a3739e47104a3622c70f82f2009f58ef4a5bd71 /doc | |
parent | a6f5874dd6a97c06fc39c4d5fd429042d4facce8 (diff) | |
download | tcl-d75ffb6da4c2a55321744117c7e7ae7943392060.zip tcl-d75ffb6da4c2a55321744117c7e7ae7943392060.tar.gz tcl-d75ffb6da4c2a55321744117c7e7ae7943392060.tar.bz2 |
doc formatting goofs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Load.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |