summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ,