diff options
-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) |