summaryrefslogtreecommitdiffstats
path: root/doc/safe.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-01 09:50:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-01 09:50:43 (GMT)
commit16b932f7c4cf8850d44cd00d7759e513af539903 (patch)
tree41dbbdb8a4bdf1c77cb9cccbe6cbeca2a945d0f9 /doc/safe.n
parent05da5a98f0de68b9da67eb1d881ebe9a173741f8 (diff)
downloadtcl-16b932f7c4cf8850d44cd00d7759e513af539903.zip
tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.gz
tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.bz2
Correct some abbreviation usage.
Diffstat (limited to 'doc/safe.n')
-rw-r--r--doc/safe.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/safe.n b/doc/safe.n
index 7825921..ac8e051 100644
--- a/doc/safe.n
+++ b/doc/safe.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: safe.n,v 1.5 2004/03/17 18:14:12 das Exp $
+'\" RCS: @(#) $Id: safe.n,v 1.6 2004/09/01 09:50:45 dkf Exp $
'\"
.so man.macros
.TH "Safe Tcl" n 8.0 Tcl "Tcl Built-In Commands"
@@ -288,7 +288,7 @@ executing.
The only valid file names arguments
for the \fBsource\fR and \fBload\fR aliases provided to the slave
are path in the form of
-\fB[file join \fR\fItoken filename\fR\fB]\fR (ie, when using the
+\fB[file join \fR\fItoken filename\fR\fB]\fR (i.e. when using the
native file path formats: \fItoken\fR\fB/\fR\fIfilename\fR
on Unix and \fItoken\fR\fB\\\fIfilename\fR on Windows),
where \fItoken\fR is representing one of the directories
@@ -337,7 +337,7 @@ explicitly specifying your directory list with the \fB\-accessPath\fR flag
instead of relying on this default mechanism.
.PP
When the \fIaccessPath\fR is changed after the first creation or
-initialization (ie through \fBinterpConfigure -accessPath \fR\fIlist\fR),
+initialization (i.e. through \fBinterpConfigure -accessPath \fR\fIlist\fR),
an \fBauto_reset\fR is automatically evaluated in the safe interpreter
to synchronize its \fBauto_index\fR with the new token list.