diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-12-30 15:00:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-12-30 15:00:24 -0800 |
commit | e4c591c3ff02733fd115343d0212e9083be93b8f (patch) | |
tree | 2e14468ac796cb1b9641d3abe77d9cea4a618019 | |
parent | 38ae57712eb9d0e68fb5de312457b883b2e04ceb (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 , |