summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-02-26 19:29:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-02-26 19:29:23 -0800
commitff63619f83c6565d9a5ede53b6f4605859e2b27e (patch)
tree5deae99212205026d128b5cbb54c4ac412c9aae8 /txr.1
parent69820aca360de58379264f7f42010d7b3820706b (diff)
downloadtxr-ff63619f83c6565d9a5ede53b6f4605859e2b27e.tar.gz
txr-ff63619f83c6565d9a5ede53b6f4605859e2b27e.tar.bz2
txr-ff63619f83c6565d9a5ede53b6f4605859e2b27e.zip
doc: don't refer to BLOCKS section.
* txr.1: Multiple places were referring to a section called BLOCKS. It is called Blocks.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index 74feba37..48b3de81 100644
--- a/txr.1
+++ b/txr.1
@@ -3006,7 +3006,7 @@ the
and
.code @(fail)
directives.
-Blocks are described in the section BLOCKS below.
+Blocks are described in the section Blocks below.
.coIP @(skip)
Treat the remaining query as a subquery unit, and search the lines (or
@@ -3162,12 +3162,12 @@ and
.coIP @(fail)
Terminate the processing of a block, as if it were a failed match.
-Blocks are described in the section BLOCKS below.
+Blocks are described in the section Blocks below.
.coIP @(accept)
Terminate the processing of a block, as if it were a successful match.
What bindings emerge may depend on the kind of block: collect
-has special semantics. Blocks are described in the section BLOCKS below.
+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
@@ -7336,7 +7336,7 @@ Functions may be nested within function bodies. Such local functions have
dynamic scope. They are visible in the function body in which they are defined,
and in any functions invoked from that body.
-The body of a function is an anonymous block. (See BLOCKS above).
+The body of a function is an anonymous block. (See Blocks above).
.NP* Two Forms of The Horizontal Function
@@ -9102,7 +9102,7 @@ to upper case and HTML encode:
The exceptions mechanism in \*(TX is another
disciplined form of non-local transfer, in addition to the blocks
-mechanism (see BLOCKS above). Like blocks, exceptions provide a construct
+mechanism (see Blocks above). Like blocks, exceptions provide a construct
which serves as the target for a dynamic exit. Both blocks and exceptions
can be used to bail out of deep nesting when some condition occurs.
However, exceptions provide more complexity. Exceptions are useful for
@@ -9207,7 +9207,7 @@ clause looks like:
The main clause may not be empty, but the catch and finally may be.
-A try clause is surrounded by an implicit anonymous block (see BLOCKS section
+A try clause is surrounded by an implicit anonymous block (see Blocks section
above). So for instance, the following is a no-op (an operation with no effect,
other than successful execution):