From e4c591c3ff02733fd115343d0212e9083be93b8f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 30 Dec 2022 15:00:24 -0800 Subject: doc: consistency of condition-pattern term for awk. * txr.1: Fix instances of condition-pattern and condition-clauses to condition-action. --- txr.1 | 4 ++-- 1 file 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 , -- cgit v1.2.3