summaryrefslogtreecommitdiffstats
path: root/doc/catch.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-17 15:00:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-17 15:00:43 (GMT)
commit89bf49bf2d9aab49af9961f28a34de4a9b045885 (patch)
treec3920dbd3e235492a7b453af9a7f5cf5f080c734 /doc/catch.n
parent740e87bc587f376b103ac0e7c9327b136f6d95e5 (diff)
downloadtcl-89bf49bf2d9aab49af9961f28a34de4a9b045885.zip
tcl-89bf49bf2d9aab49af9961f28a34de4a9b045885.tar.gz
tcl-89bf49bf2d9aab49af9961f28a34de4a9b045885.tar.bz2
Documentation improvements (small; some revision to parsing script) to improve
the quality of HTML doc builds.
Diffstat (limited to 'doc/catch.n')
-rw-r--r--doc/catch.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/catch.n b/doc/catch.n
index c4960fe..1da163d 100644
--- a/doc/catch.n
+++ b/doc/catch.n
@@ -78,13 +78,13 @@ the corresponding level; or it may be
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)
+.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