diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-07 09:51:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-07 09:51:31 (GMT) |
commit | 9a41057f12f98c43dddf469be6d0822f1c90384c (patch) | |
tree | a286b79d8a43a1990436f8c1eb4db0674fd261b0 /doc/info.n | |
parent | abb21bd3a6f2e9dd7cf5b131519cde734507e075 (diff) | |
download | tcl-9a41057f12f98c43dddf469be6d0822f1c90384c.zip tcl-9a41057f12f98c43dddf469be6d0822f1c90384c.tar.gz tcl-9a41057f12f98c43dddf469be6d0822f1c90384c.tar.bz2 |
Formatting improvements for error stack docs
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: info.n,v 1.37 2010/04/05 19:44:45 ferrieux Exp $ +'\" RCS: @(#) $Id: info.n,v 1.38 2010/04/07 09:51:31 dkf Exp $ '\" .so man.macros .TH info n 8.4 Tcl "Tcl Built-In Commands" @@ -95,14 +95,14 @@ Otherwise it returns \fB1\fR and places the default value of \fIarg\fR into variable \fIvarname\fR. .TP \fBinfo errorstack \fR?\fIinterp\fR? -. -Returns a list of lists made of the function names and arguments at -each level from the call stack of the last error in the given -\fIinterp\fR, or in the current one if not specified. This -information is also present in the -errorstack entry of the options -dictionary returned by 3-arg \fBcatch\fR; \fBinfo errorstack\fR is a -convenient way of retrieving it for uncaught errors at toplevel in an -interactive tclsh. +.VS 8.6 +Returns a list of lists made of the function names and arguments at each level +from the call stack of the last error in the given \fIinterp\fR, or in the +current one if not specified. This information is also present in the +\fB\-errorstack\fR entry of the options dictionary returned by 3-argument +\fBcatch\fR; \fBinfo errorstack\fR is a convenient way of retrieving it for +uncaught errors at toplevel in an interactive tclsh. +.VE 8.6 .TP \fBinfo exists \fIvarName\fR . @@ -687,6 +687,7 @@ command, information, interpreter, introspection, level, namespace, object, .VE 8.6 procedure, variable -.\" Local Variables: -.\" mode: nroff -.\" End: +'\" Local Variables: +'\" mode: nroff +'\" fill-column: 78 +'\" End: |