diff options
author | hobbs <hobbs> | 2004-12-07 00:00:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-07 00:00:56 (GMT) |
commit | 52551aae85a6592aa7e3490e92bded47129a7097 (patch) | |
tree | 77e8f7ebd20b51a9b21996bf16a9f66bf156cc54 /doc/error.n | |
parent | ccc271fb4c389869ca35b1cc0fbf3f2613e8f60e (diff) | |
download | tcl-52551aae85a6592aa7e3490e92bded47129a7097.zip tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.gz tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.bz2 |
minor nroff typos
Diffstat (limited to 'doc/error.n')
-rw-r--r-- | doc/error.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/error.n b/doc/error.n index 72cbf52..2a4fdba 100644 --- a/doc/error.n +++ b/doc/error.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: error.n,v 1.7 2004/11/20 00:17:31 dgp Exp $ +'\" RCS: @(#) $Id: error.n,v 1.8 2004/12/07 00:00:57 hobbs Exp $ '\" .so man.macros .TH error n "" Tcl "Tcl Built-In Commands" @@ -23,7 +23,7 @@ Returns a \fBTCL_ERROR\fR code, which causes command interpretation to be unwound. \fIMessage\fR is a string that is returned to the application to indicate what went wrong. .PP -The \fB-errorinfo\fB return option of an interpreter is used +The \fB-errorinfo\fR return option of an interpreter is used to accumulate a stack trace of what was in progress when an error occurred; as nested commands unwind, the Tcl interpreter adds information to the \fB-errorinfo\fR |