diff options
-rw-r--r-- | doc/return.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/return.n b/doc/return.n index 5630206..d771c28 100644 --- a/doc/return.n +++ b/doc/return.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: return.n,v 1.21 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: return.n,v 1.22 2009/05/15 09:14:45 dkf Exp $ '\" .so man.macros .TH return n 8.5 Tcl "Tcl Built-In Commands" @@ -304,3 +304,6 @@ proc myReturn {args} { break(n), catch(n), continue(n), dict(n), error(n), proc(n), source(n), tclvars(n) .SH KEYWORDS break, catch, continue, error, procedure, return +.\" Local Variables: +.\" mode: nroff +.\" End: |