summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-26 22:40:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-26 22:40:30 -0800
commitd3ec00fccdb41291b0c884c4074bd7c6232a3db3 (patch)
tree27e178e788dc5969765ea3439e23b933e6adaf3b /txr.1
parent7a3baf9fa0107f2c0bc35be987f98fd9875a636c (diff)
downloadtxr-d3ec00fccdb41291b0c884c4074bd7c6232a3db3.tar.gz
txr-d3ec00fccdb41291b0c884c4074bd7c6232a3db3.tar.bz2
txr-d3ec00fccdb41291b0c884c4074bd7c6232a3db3.zip
doc: fix references to nonexistent title.
* txr.1: References to EXCEPTIONS corrected to the correct Exceptions section title.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index f48abf1c..e6712bed 100644
--- a/txr.1
+++ b/txr.1
@@ -3171,15 +3171,15 @@ has special semantics. Blocks are described in the section BLOCKS below.
.coIP @(try)
Indicates the start of a try block, which is related to exception
-handling, described in the EXCEPTIONS section below.
+handling, described in the Exceptions section below.
.ccIP @ @(catch) and @ @(finally)
Special clauses within
.codn @(try) .
-See EXCEPTIONS below.
+See Exceptions below.
.ccIP @ @(defex) and @ @(throw)
-Define custom exception types; throw an exception. See EXCEPTIONS below.
+Define custom exception types; throw an exception. See Exceptions below.
.coIP @(assert)
The assert directive requires the following material to match, otherwise
@@ -3397,7 +3397,7 @@ switches to the input stream connected to the output of the
command.
If the input source cannot be opened for whatever reason,
-\*(TX throws an exception (see EXCEPTIONS below). An unhandled exception will
+\*(TX throws an exception (see Exceptions below). An unhandled exception will
terminate the program. Often, such a drastic measure is inconvenient;
if
.code @(next)