summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-12-30 15:00:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-12-30 15:00:24 -0800
commite4c591c3ff02733fd115343d0212e9083be93b8f (patch)
tree2e14468ac796cb1b9641d3abe77d9cea4a618019
parent38ae57712eb9d0e68fb5de312457b883b2e04ceb (diff)
downloadtxr-e4c591c3ff02733fd115343d0212e9083be93b8f.tar.gz
txr-e4c591c3ff02733fd115343d0212e9083be93b8f.tar.bz2
txr-e4c591c3ff02733fd115343d0212e9083be93b8f.zip
doc: consistency of condition-pattern term for awk.
* txr.1: Fix instances of condition-pattern and condition-clauses to condition-action.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 5aef9e3d..e0f33461 100644
--- a/txr.1
+++ b/txr.1
@@ -67933,7 +67933,7 @@ The
variable
.code rec
holds the current record. It is automatically updated prior to the
-processing of the condition-pattern clauses. Prior to the extraction
+processing of the condition-action clauses. Prior to the extraction
of the first record, its value is
.codn nil .
@@ -67962,7 +67962,7 @@ separated by copies of the output field separator
The
.code orec
variable ("original record") also holds the current record. It is automatically
-updated prior to the processing of the condition-clauses at the same time as
+updated prior to the processing of the condition-action clauses at the same time as
.code rec
with the same contents. Like
.codn rec ,