aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-22 20:26:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-22 20:26:08 -0700
commitf9f306814ce6ff1aa64b34b3079bb9022bd7ffbe (patch)
treebe270e571d2217cba52a733fbcc9ff95fcc9ad6c /README.md
parentc82cebd005c48aa8ebd28b40a99a021a723e0a3d (diff)
downloadcppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.tar.gz
cppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.tar.bz2
cppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.zip
New <field.h> header: positional parameter utils.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e35440b..8cfc05d 100644
--- a/README.md
+++ b/README.md
@@ -147,9 +147,10 @@ There are currently
* [`<varg.h>`](../tree/cppawk-varg.1): utilities for working with
variadic functions in Awk, as well as with optional arguments.
-Several unreleased headers are in the development queue:
+* [`<field.h>`](../tree/cppawk-field.1): utilities for manipulating
+ the Awk positional parameters ("fields").
-* `<field.h>`: utilities for manipulating fields.
+Several unreleased headers are in the development queue:
* `<array.h>`: some associative array utilities.