diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 01:42:18 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 01:42:18 (GMT) |
commit | 5740961b64aed8f724370853ce13e55e95a2ba74 (patch) | |
tree | 8e72d3dd4068fc22320de66ab7145fa75119f54c /doc/bgerror.n | |
parent | 05bf15e326478617ffd4694828d06d1a5b14e355 (diff) | |
download | tcl-5740961b64aed8f724370853ce13e55e95a2ba74.zip tcl-5740961b64aed8f724370853ce13e55e95a2ba74.tar.gz tcl-5740961b64aed8f724370853ce13e55e95a2ba74.tar.bz2 |
Next stage of doing GOOBE improvements to documentation now that the html generation works
Diffstat (limited to 'doc/bgerror.n')
-rw-r--r-- | doc/bgerror.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bgerror.n b/doc/bgerror.n index c8887d5..7740acf 100644 --- a/doc/bgerror.n +++ b/doc/bgerror.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: bgerror.n,v 1.11 2007/10/26 20:11:52 dgp Exp $ +'\" RCS: @(#) $Id: bgerror.n,v 1.12 2007/10/29 01:42:18 dkf Exp $ '\" .so man.macros .TH bgerror n 7.5 Tcl "Tcl Built-In Commands" @@ -32,13 +32,13 @@ releases of Tcl. Applications intending to support only Tcl releases 8.5 and later should simply make use of \fBinterp bgerror\fR. .VE 8.5 .PP -The \fBbgerror\fR command doesn't exist as built-in part of Tcl. Instead, +The \fBbgerror\fR command does not exist as built-in part of Tcl. Instead, individual applications or users can define a \fBbgerror\fR command (e.g. as a Tcl procedure) if they wish to handle background errors. .PP A background error is one that occurs in an event handler or some -other command that didn't originate with the application. +other command that did not originate with the application. For example, if an error occurs while executing a command specified with the \fBafter\fR command, then it is a background error. For a non-background error, the error can simply be returned up |