diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-05-25 06:18:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-05-25 06:18:27 -0700 |
commit | bf5b05183c712c1c6a9ddb094ae5d740afa98a76 (patch) | |
tree | 9cbeb9ceda97325c70ca5ebc93fb392cfcd94513 | |
parent | d231759966ec0c77763e5ae1fff71095f65a4ee0 (diff) | |
download | txr-bf5b05183c712c1c6a9ddb094ae5d740afa98a76.tar.gz txr-bf5b05183c712c1c6a9ddb094ae5d740afa98a76.tar.bz2 txr-bf5b05183c712c1c6a9ddb094ae5d740afa98a76.zip |
doc: issues under Awk.
* txr.1: Wrong article "an local" and missing .codn line.
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47537,7 +47537,7 @@ macro is a robust, self-contained language feature which can be used anywhere where a \*(TL expression is called for, cleanly nests with itself and can produce a return value when done. By contrast, a function in the Awk language, or an action body, cannot instantiate -an local Awk processing machine. +a local Awk processing machine. The .code awk @@ -48958,6 +48958,7 @@ record which terminates the range, is returned for that record also. .meIP (--rng- < from << to ) This type of range is active under the same conditions as +.codn rng . However, the range expression yields .code nil for the entire leading sequence of consecutive records for which |