summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-07 14:37:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-07 14:37:14 (GMT)
commit79b3f448c0f16d15dc6b44e04ab6790140458f44 (patch)
tree5e3cd8c1df9d042103b680e449f31b474d02c4f5 /unix/tclLoadDl.c
parent8665d6160812e8c89fef07e3510761c9b13147ff (diff)
parentdd8793f10dce07f7111054c83df565e501e5f4f4 (diff)
downloadtcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.zip
tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.gz
tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 8a801c9..d68df76 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -210,15 +210,14 @@ FindSymbol(
*
* UnloadFile --
*
- * Unloads a dynamically loaded binary code file from memory. Code
- * pointers in the formerly loaded file are no longer valid after calling
- * this function.
+ * Unloads a dynamic shared object, after which all pointers to functions
+ * in the formerly-loaded object are no longer valid.
*
* Results:
* None.
*
* Side effects:
- * Code removed from memory.
+ * Memory for the loaded object is deallocated.
*
*----------------------------------------------------------------------
*/