diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-29 11:28:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-29 11:28:49 (GMT) |
commit | 18476c905183d0b6cfbac7a85e8543265cf9fae0 (patch) | |
tree | db7d2280643a39b2805c9c90cc8dffc8673fc107 /doc/safe.n | |
parent | 77f37026419a7e05c71c233d137412f77aee2825 (diff) | |
download | tcl-18476c905183d0b6cfbac7a85e8543265cf9fae0.zip tcl-18476c905183d0b6cfbac7a85e8543265cf9fae0.tar.gz tcl-18476c905183d0b6cfbac7a85e8543265cf9fae0.tar.bz2 |
GOOBE the docs some more.
Diffstat (limited to 'doc/safe.n')
-rw-r--r-- | doc/safe.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.10 2007/10/29 01:42:19 dkf Exp $ +'\" RCS: @(#) $Id: safe.n,v 1.11 2007/10/29 11:28:50 dkf Exp $ '\" .so man.macros .TH "Safe Tcl" n 8.0 Tcl "Tcl Built-In Commands" @@ -200,7 +200,7 @@ The default value is \fBtrue\fR : safe interpreters are allowed to load statically linked packages. .TP \fB\-noStatics\fR -This option is a convenience shortcut for \fB-statics false\fR and +This option is a convenience shortcut for \fB\-statics false\fR and thus specifies that the safe interpreter will not be allowed to load statically linked packages. .TP @@ -212,7 +212,7 @@ safe interpreters are not allowed to load packages into their own sub-interpreters. .TP \fB\-nestedLoadOk\fR -This option is a convenience shortcut for \fB-nested true\fR and +This option is a convenience shortcut for \fB\-nested true\fR and thus specifies the safe interpreter will be allowed to load packages into its own sub-interpreters. .TP |