diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-21 10:25:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-21 10:25:18 (GMT) |
commit | 3f61f168eb9d98c28312cdea25b214827c3692f2 (patch) | |
tree | 53c322fba847e22c281759b85bd9d72102dff076 /doc/catch.n | |
parent | 9feda62fe0318715623c455abe7289bbb7dec34e (diff) | |
download | tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.zip tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.tar.gz tcl-3f61f168eb9d98c28312cdea25b214827c3692f2.tar.bz2 |
[3612422]: Refer to correct part of tclvars(n) rather than page itself.
Diffstat (limited to 'doc/catch.n')
-rw-r--r-- | doc/catch.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/catch.n b/doc/catch.n index a05ca71..9597ccf 100644 --- a/doc/catch.n +++ b/doc/catch.n @@ -115,7 +115,8 @@ if { [\fBcatch\fR {open $someFile w} fid] } { There are more complex examples of \fBcatch\fR usage in the documentation for the \fBreturn\fR command. .SH "SEE ALSO" -break(n), continue(n), dict(n), error(n), info(n), return(n), tclvars(n) +break(n), continue(n), dict(n), error(n), errorCode(n), errorInfo(n), info(n), +return(n) .SH KEYWORDS catch, error, exception '\" Local Variables: |