summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 02:54:30 (GMT)
committerhobbs <hobbs>2001-08-07 02:54:30 (GMT)
commit482467187288998a18883875e9886a29b44bf744 (patch)
tree0b53c099441e961e44dbc37abd772e3cf18a8f08 /doc/interp.n
parent1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e (diff)
downloadtcl-482467187288998a18883875e9886a29b44bf744.zip
tcl-482467187288998a18883875e9886a29b44bf744.tar.gz
tcl-482467187288998a18883875e9886a29b44bf744.tar.bz2
corrected minor nroff transgressions
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