summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-08-07 02:54:30 (GMT)
committerhobbs <hobbs@noemail.net>2001-08-07 02:54:30 (GMT)
commit583d07d509ca873f79ff28f1cfbf042ad525377b (patch)
tree0b53c099441e961e44dbc37abd772e3cf18a8f08 /doc/interp.n
parentc966c4210f7a3cf7aeccdf586930cd7375e3cbb1 (diff)
downloadtcl-583d07d509ca873f79ff28f1cfbf042ad525377b.zip
tcl-583d07d509ca873f79ff28f1cfbf042ad525377b.tar.gz
tcl-583d07d509ca873f79ff28f1cfbf042ad525377b.tar.bz2
corrected minor nroff transgressions
FossilOrigin-Name: cbeb50ad9fa5d0f19ef84449d1e2bd66c2a4ff4c
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n
index e2d491c..52d3bfd 100644
--- a/doc/interp.n
+++ b/doc/interp.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: interp.n,v 1.6 2001/06/27 21:00:45 hobbs Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.7 2001/08/07 02:54:30 hobbs Exp $
'\"
.so man.macros
.TH interp n 7.6 Tcl "Tcl Built-In Commands"
@@ -433,7 +433,7 @@ can only be provided by explicit definition of an \fBunknown\fR command
in the safe interpreter. This will involve exposing the \fBsource\fR
command. This is most easily accomplished by creating the safe interpreter
with Tcl's \fBSafe\-Tcl\fR mechanism. \fBSafe\-Tcl\fR provides safe
-versions of \fBsource\fB, \fBload\fR, and other Tcl commands needed
+versions of \fBsource\fR, \fBload\fR, and other Tcl commands needed
to support autoloading of commands and the loading of packages.
.VE
.PP