diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
commit | 2df270e734333e1df19a486658ea8c8c1ba30e95 (patch) | |
tree | abf1d4b854ecdc32bc945e40c0fe528ede9c7865 /doc/AddErrInfo.3 | |
parent | 36a7dc586ff228596fec6afc4130c203b2b3c6d0 (diff) | |
download | tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.zip tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.gz tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.bz2 |
Improve linking between pages, put Tk variables in Tk docs.
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r-- | doc/AddErrInfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index 9462b37..783a1e0 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -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: AddErrInfo.3,v 1.25 2008/12/18 21:23:47 dkf Exp $ +'\" RCS: @(#) $Id: AddErrInfo.3,v 1.26 2010/01/14 11:47:07 dkf Exp $ '\" .so man.macros .TH Tcl_AddErrorInfo 3 8.5 Tcl "Tcl Library Procedures" @@ -179,7 +179,7 @@ error that occurred (e.g. POSIX means an error occurred in a POSIX system call) and additional elements hold additional pieces of information that depend on the class. -See the tclvars manual entry for details on the various +See the \fBtclvars\fR manual entry for details on the various formats for the \fB\-errorcode\fR option used by Tcl's built-in commands. .PP @@ -303,6 +303,6 @@ so they continue to hold a record of information about the most recent error seen in an interpreter. .SH "SEE ALSO" Tcl_DecrRefCount(3), Tcl_IncrRefCount(3), Tcl_Interp(3), Tcl_ResetResult(3), -Tcl_SetErrno(3) +Tcl_SetErrno(3), tclvars(n) .SH KEYWORDS error, object, object result, stack, trace, variable |