summaryrefslogtreecommitdiffstats
path: root/doc/unload.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 15:12:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 15:12:19 (GMT)
commit6443a1db3be2198d76bc754d9a0f5a9c08683342 (patch)
treeb24ba1d27f6f2ff0048046b18e73defec6854a56 /doc/unload.n
parentbf23a021385451ff52770191acec3f55d5c8575a (diff)
parentcb5c9f4f89b6e7242ba07f84e278d35f202d7edd (diff)
downloadtcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.zip
tcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.tar.gz
tcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.tar.bz2
Merge 9.0
Diffstat (limited to 'doc/unload.n')
-rw-r--r--doc/unload.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unload.n b/doc/unload.n
index 0a8e99b..4459ecc 100644
--- a/doc/unload.n
+++ b/doc/unload.n
@@ -90,7 +90,7 @@ detached from the process.
The unload procedure must match the following prototype:
.PP
.CS
-typedef int \fBTcl_PackageUnloadProc\fR(
+typedef int \fBTcl_LibraryUnloadProc\fR(
Tcl_Interp *\fIinterp\fR,
int \fIflags\fR);
.CE