summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-17 17:31:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-17 17:31:58 (GMT)
commita7740bd0b004e54f0efd820b0bd731e0a8102c76 (patch)
treea20b322e5734c6f1149f11d275aebdda0c01f867 /doc/interp.n
parent08d7c1eb0bd82b0f1aa5b314d946fde160159f97 (diff)
downloadtcl-a7740bd0b004e54f0efd820b0bd731e0a8102c76.zip
tcl-a7740bd0b004e54f0efd820b0bd731e0a8102c76.tar.gz
tcl-a7740bd0b004e54f0efd820b0bd731e0a8102c76.tar.bz2
Improve nroff macro usage
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 618233c..26a60f1 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -5,7 +5,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.28 2007/08/19 10:26:01 dkf Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.29 2007/10/17 17:31:58 dkf Exp $
'\"
.so man.macros
.TH interp n 7.6 Tcl "Tcl Built-In Commands"
@@ -753,7 +753,7 @@ in the interpreter's global namespace without further substitutions being
performed.
.VE 8.5
.SH CREDITS
-This mechanism is based on the Safe-Tcl prototype implemented
+The safe interpreter mechanism is based on the Safe-Tcl prototype implemented
by Nathaniel Borenstein and Marshall Rose.
.SH EXAMPLES
Creating and using an alias for a command in the current interpreter: