summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2019-11-06 20:41:58 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2019-11-06 20:41:58 (GMT)
commita93db0866a458cfd4afff3157d2a1b525fcddccc (patch)
treefd8bbdc2aaf03b53a77786a4fb356496fe29bdea /unix/tclLoadDl.c
parent1e151782fccce0a790bdafce838f53a2409a81f5 (diff)
downloadtcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.zip
tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.gz
tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.bz2
Rewrite documentation of IO subsystem.
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 aec071c..7b85a67 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.
*
*----------------------------------------------------------------------
*/