diff options
author | dkf <dkf@noemail.net> | 2010-04-18 21:34:56 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-04-18 21:34:56 (GMT) |
commit | cf84ef8db3e05ced1c917500b9458bddc05a7e73 (patch) | |
tree | 172c42e5948e201f59c2c077de9b1bbbe1c467b2 /doc | |
parent | f39b0e8896f11d13e04e40fcb147c0b9b1671d56 (diff) | |
download | tcl-cf84ef8db3e05ced1c917500b9458bddc05a7e73.zip tcl-cf84ef8db3e05ced1c917500b9458bddc05a7e73.tar.gz tcl-cf84ef8db3e05ced1c917500b9458bddc05a7e73.tar.bz2 |
* doc/unset.n: [Bug 2988940]: Fix typo.
FossilOrigin-Name: ae81e3e2c00eba99440d211f8a047156bb316a0d
Diffstat (limited to 'doc')
-rw-r--r-- | doc/unset.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/unset.n b/doc/unset.n index 47124e9..4b4d45c 100644 --- a/doc/unset.n +++ b/doc/unset.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: unset.n,v 1.5.18.2 2004/10/27 14:43:15 dkf Exp $ +'\" RCS: @(#) $Id: unset.n,v 1.5.18.3 2010/04/18 21:34:57 dkf Exp $ '\" .so man.macros .TH unset n 8.4 Tcl "Tcl Built-In Commands" @@ -35,7 +35,8 @@ disambiguate it from possible variable names. The option \fI\-\-\fR indicates the end of the options, and should be used if you wish to remove a variable with the same name as any of the options. .VE 8.4 -If an error occurs, any variables after the named one causing the error not +If an error occurs, any variables after the named one causing the error +are not deleted. An error can occur when the named variable doesn't exist, or the name refers to an array element but the variable is a scalar, or the name refers to a variable in a non-existent namespace. |