diff options
Diffstat (limited to 'doc/unload.n')
-rw-r--r-- | doc/unload.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/unload.n b/doc/unload.n index 8a2e51c..f9674c3 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.8 2005/05/10 18:34:03 kennykb Exp $ +'\" RCS: @(#) $Id: unload.n,v 1.9 2007/02/18 18:42:55 dkf Exp $ '\" .so man.macros .TH unload n 8.5 Tcl "Tcl Built-In Commands" @@ -41,7 +41,7 @@ they are treated as switches. The following switches are currently supported: .TP \fB\-nocomplain\fR -Supresses all error messages. If this switch is given \fBunload\fR will +Suppresses all error messages. If this switch is given, \fBunload\fR will never report an error. .TP \fB\-keeplibrary\fR @@ -59,7 +59,7 @@ loaded into normal (trusted) interpreters while the second describes how many times the library has been loaded into safe interpreters. As a file containing a shared library can be loaded only once by Tcl (with the first \fBload\fR call on the file), these counters track how many interpreters use the library. -Each subsequent call to \fBload\fR after the first, simply increaments the +Each subsequent call to \fBload\fR after the first simply increments the proper reference count. .PP \fBunload\fR works in the opposite direction. As a first step, \fBunload\fR |