From f6396ea24080b1b1195480261d5b3de4a94e052a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 26 Nov 2016 22:40:30 -0800 Subject: doc: fix references to nonexistent title. * txr.1: References to EXCEPTIONS corrected to the correct Exceptions section title. --- txr.1 | 8 ++++---- 1 file 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) -- cgit v1.2.3