diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 15:00:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 15:00:43 (GMT) |
commit | 9f51e32c984e0ad2e812d241e588c492c4179cf8 (patch) | |
tree | c3920dbd3e235492a7b453af9a7f5cf5f080c734 /doc/error.n | |
parent | ff87b46b5269cbd4def059244e47ec2db336e166 (diff) | |
download | tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.zip tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.tar.gz tcl-9f51e32c984e0ad2e812d241e588c492c4179cf8.tar.bz2 |
Documentation improvements (small; some revision to parsing script) to improve
the quality of HTML doc builds.
Diffstat (limited to 'doc/error.n')
-rw-r--r-- | doc/error.n | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/error.n b/doc/error.n index 31af917..d61bd7b 100644 --- a/doc/error.n +++ b/doc/error.n @@ -39,19 +39,19 @@ to return a stack trace reflecting the original point of occurrence of the error: .PP .CS -\fBcatch {...} errMsg +catch {...} errMsg set savedInfo $::errorInfo \&... -error $errMsg $savedInfo\fR +\fBerror\fR $errMsg $savedInfo .CE .PP When working with Tcl 8.5 or later, the following code should be used instead: .PP .CS -\fBcatch {...} errMsg options +catch {...} errMsg options \&... -return -options $options $errMsg\fR +return -options $options $errMsg .CE .PP If the \fIcode\fR argument is present, then its value is stored @@ -73,3 +73,6 @@ if {1+2 != 3} { catch(n), return(n) .SH KEYWORDS error, exception +'\" Local Variables: +'\" mode: nroff +'\" End: |