summaryrefslogtreecommitdiffstats
path: root/doc/unload.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-03 23:58:14 (GMT)
committerhobbs <hobbs>2004-03-03 23:58:14 (GMT)
commit5d1ff90217e8f835d3f5f09d51f8974f410a4f04 (patch)
tree28864d27c2bc240eb381cb09af60e4f1a8ed5fe7 /doc/unload.n
parentf19459332b1664693e895995e5086bac4cb1a058 (diff)
downloadtcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.zip
tcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.tar.gz
tcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.tar.bz2
minor doc fixes for html conversioncore_8_5_a1
Diffstat (limited to 'doc/unload.n')
-rw-r--r--doc/unload.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unload.n b/doc/unload.n
index 4fc41dd..711e328 100644
--- a/doc/unload.n
+++ b/doc/unload.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: unload.n,v 1.1 2004/02/24 22:58:45 dkf Exp $
+'\" RCS: @(#) $Id: unload.n,v 1.2 2004/03/03 23:58:14 hobbs Exp $
'\"
.so man.macros
.TH unload n 8.5 Tcl "Tcl Built-In Commands"
@@ -93,7 +93,7 @@ library is to be unloaded. The unload procedure must return
successfully; in the event of an error it should set the interpreter's result
to point to an error message. In this case, the result of the
\fBunload\fR command will be the result returned by the unload procedure.
-.CE
+.PP
The \fIflags\fR argument can be either \fBTCL_UNLOAD_DETACH_FROM_INTERPRETER\fR
or \fBTCL_UNLOAD_DETACH_FROM_PROCESS\fR. In case the library will remain
attached to the process after the unload procedure returns (i.e. because