diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-02 18:51:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-02 18:51:31 (GMT) |
commit | 939fc495ba9d67066a354099307650390209b7ca (patch) | |
tree | 0da1c00e3964595b06d1c97d8a03facf1e7b1f16 /doc/catch.n | |
parent | 82828f50faeffa36a7958087df1c3e3b8476fe84 (diff) | |
download | tcl-939fc495ba9d67066a354099307650390209b7ca.zip tcl-939fc495ba9d67066a354099307650390209b7ca.tar.gz tcl-939fc495ba9d67066a354099307650390209b7ca.tar.bz2 |
Added EXAMPLES to return.n
Diffstat (limited to 'doc/catch.n')
-rw-r--r-- | doc/catch.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/catch.n b/doc/catch.n index 4d83c5d..043c3d8 100644 --- a/doc/catch.n +++ b/doc/catch.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: catch.n,v 1.6 2003/08/31 21:39:23 dgp Exp $ +'\" RCS: @(#) $Id: catch.n,v 1.7 2003/09/02 18:51:31 dgp Exp $ '\" .so man.macros .TH catch n "8.5" Tcl "Tcl Built-In Commands" @@ -108,6 +108,9 @@ proc foo {} { } .CE +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), return(n), tclvars(n) |