summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-18 15:24:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-18 15:24:59 (GMT)
commit1862ab1259270b5a83e955528dccc4b63c652648 (patch)
tree4d18c911874a2e9361fb90be4902c287fe5e5392 /doc/interp.n
parent9f51e32c984e0ad2e812d241e588c492c4179cf8 (diff)
downloadtcl-1862ab1259270b5a83e955528dccc4b63c652648.zip
tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.gz
tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.bz2
More small documentation improvements.
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n
index 02421e1..b261779 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -194,11 +194,11 @@ given name already exists in this master.
The initial recursion limit of the slave interpreter is set to the
current recursion limit of its parent interpreter.
.TP
-\fBinterp\fR \fBdebug \fIpath\fR ?\fI\-frame\fR ?\fIbool\fR??
+\fBinterp\fR \fBdebug \fIpath\fR ?\fB\-frame\fR ?\fIbool\fR??
.
Controls whether frame-level stack information is captured in the
slave interpreter identified by \fIpath\fR. If no arguments are
-given, option and current setting are returned. If \fI\-frame\fR
+given, option and current setting are returned. If \fB\-frame\fR
is given, the debug setting is set to the given boolean if provided
and the current setting is returned.
This only effects the output of \fBinfo frame\fR, in that exact