diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-26 22:40:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-26 22:40:30 -0800 |
commit | f6396ea24080b1b1195480261d5b3de4a94e052a (patch) | |
tree | 27e178e788dc5969765ea3439e23b933e6adaf3b | |
parent | badca047306a77da1578ef4651e315459fd25001 (diff) | |
download | txr-f6396ea24080b1b1195480261d5b3de4a94e052a.tar.gz txr-f6396ea24080b1b1195480261d5b3de4a94e052a.tar.bz2 txr-f6396ea24080b1b1195480261d5b3de4a94e052a.zip |
doc: fix references to nonexistent title.
* txr.1: References to EXCEPTIONS corrected to the
correct Exceptions section title.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |