From 9e197d1ef054cd389a3ed89cfe66f80ac1a979f2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Sep 2023 14:43:26 -0700 Subject: doc: awk: records and fields * txr.1: the awk macro divides input into records and fields, not records or fields. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 19c506fc..f432e7c4 100644 --- a/txr.1 +++ b/txr.1 @@ -69032,7 +69032,7 @@ The \*(TL library provides a macro called .code awk which is inspired by the Unix utility Awk. The macro implements a processing paradigm similar to that of the utility: it scans -one or more input streams, which are divided into records or fields, +one or more input streams, which are divided into records and fields, under the control of user-settable regular-expression-based delimiters. The records and fields are matched against a sequence of programmer-defined conditions (called "patterns" in the original Awk), which have associated -- cgit v1.2.3