summaryrefslogtreecommitdiffstats
path: root/doc/catch.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/catch.n')
-rw-r--r--doc/catch.n10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/catch.n b/doc/catch.n
index 691b0c7..a05ca71 100644
--- a/doc/catch.n
+++ b/doc/catch.n
@@ -6,8 +6,6 @@
'\" 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.25 2010/04/07 09:51:31 dkf Exp $
-'\"
.so man.macros
.TH catch n "8.5" Tcl "Tcl Built-In Commands"
.BS
@@ -79,14 +77,14 @@ the corresponding level; or it may be
.QW \fBUP\fR ,
in which case the parameter is
the relative level (as in \fBuplevel\fR) of the previous \fBCALL\fR. The
-salient differences wrt \fB\-errorinfo\fR are that:
-.IP (1)
+salient differences with respect to \fB\-errorinfo\fR are that:
+.IP [1]
it is a machine-readable form that is amenable to processing with
[\fBforeach\fR {tok prm} ...],
-.IP (2)
+.IP [2]
it contains the true (substituted) values passed to the functions, instead of
the static text of the calling sites, and
-.IP (3)
+.IP [3]
it is coarser-grained, with only one element per stack frame (like procs; no
separate elements for \fBforeach\fR constructs for example).
.VE 8.6