summaryrefslogtreecommitdiffstats
path: root/doc/unload.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
commit475f0a8175985720308c9bab76a562dce37c093d (patch)
treea3489f593be45dcdc85f47a1807f3b42fa81375b /doc/unload.n
parent3031f5eb437a0fc9fc149360e11e7b496ed14149 (diff)
downloadtcl-475f0a8175985720308c9bab76a562dce37c093d.zip
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.gz
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.bz2
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.
Diffstat (limited to 'doc/unload.n')
-rw-r--r--doc/unload.n6
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