diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-24 21:04:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-24 21:04:58 (GMT) |
commit | d24c35f276199a428012749034360a0ab17c00da (patch) | |
tree | bd89a06d093bc6aed00d0c588a506836a2576c5c /doc/tclvars.n | |
parent | b51f251bd053d6532d178b3f1b101d5cfd15f610 (diff) | |
download | tcl-d24c35f276199a428012749034360a0ab17c00da.zip tcl-d24c35f276199a428012749034360a0ab17c00da.tar.gz tcl-d24c35f276199a428012749034360a0ab17c00da.tar.bz2 |
General minor documentation improvements.
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r-- | doc/tclvars.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n index 3e3f7ac..60a16d7 100644 --- a/doc/tclvars.n +++ b/doc/tclvars.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: tclvars.n,v 1.39 2008/10/02 19:01:30 mistachkin Exp $ +'\" RCS: @(#) $Id: tclvars.n,v 1.40 2009/02/24 21:04:58 dkf Exp $ '\" .so man.macros .TH tclvars n 8.0 Tcl "Tcl Built-In Commands" @@ -184,6 +184,11 @@ The \fImsg\fR element will be a human-readable message corresponding to \fIerrName\fR, such as .QW "no such file or directory" for the \fBENOENT\fR case. +.TP +\fBTCL\fR ... +. +Indicates some sort of problem generated in relation to Tcl itself, e.g. a +failure to look up a channel or variable. .PP To set the \fB\-errorcode\fR return option, applications should use library procedures such as \fBTcl_SetObjErrorCode\fR, \fBTcl_SetReturnOptions\fR, @@ -194,11 +199,6 @@ the Tcl interpreter will reset the variable to \fBNONE\fR after the next error. .RE .TP -\fBTCL\fR ... -. -Indicates some sort of problem generated in relation to Tcl itself, e.g. a -failure to look up a channel or variable. -.TP \fBerrorInfo\fR . This variable holds the value of the \fB\-errorinfo\fR return option |