diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-18 20:08:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-18 20:08:43 (GMT) |
commit | dbe2be4be95c7ab2d781711feeb867a596d2d35a (patch) | |
tree | dea8aea167a137607db1b9ac3c6200a728275d2f | |
parent | 1a28c942b067571b614d18fb30c027517e1ca951 (diff) | |
download | tcl-dbe2be4be95c7ab2d781711feeb867a596d2d35a.zip tcl-dbe2be4be95c7ab2d781711feeb867a596d2d35a.tar.gz tcl-dbe2be4be95c7ab2d781711feeb867a596d2d35a.tar.bz2 |
* doc/unset.n: [Bug 2988940]: Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/unset.n | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-04-18 Donal K. Fellows <dkf@users.sf.net> + + * doc/unset.n: [Bug 2988940]: Fix typo. + 2010-04-14 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl: Linux platform identification: diff --git a/doc/unset.n b/doc/unset.n index ab8e4e1..ff45c47 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.13 2007/12/13 15:22:33 dgp Exp $ +'\" RCS: @(#) $Id: unset.n,v 1.13.2.1 2010/04/18 20:08:44 dkf Exp $ '\" .so man.macros .TH unset n 8.4 Tcl "Tcl Built-In Commands" @@ -32,7 +32,8 @@ errors are suppressed. The option may not be abbreviated, in order to 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. -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 does not 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. |