aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-16 12:04:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-16 12:04:50 -0700
commite199c1affde31338dbf7bd21b246e8bd5c3b08ce (patch)
tree76d911b42ca8957667bc01ebb1054276ab58515b
parent025ac4afc05331802ac9e81929eec740edabeb39 (diff)
downloadcppawk-e199c1affde31338dbf7bd21b246e8bd5c3b08ce.tar.gz
cppawk-e199c1affde31338dbf7bd21b246e8bd5c3b08ce.tar.bz2
cppawk-e199c1affde31338dbf7bd21b246e8bd5c3b08ce.zip
cons man page: add missing Description headings.
-rw-r--r--cppawk-cons.116
1 files changed, 16 insertions, 0 deletions
diff --git a/cppawk-cons.1 b/cppawk-cons.1
index 11bfe31..1833c8f 100644
--- a/cppawk-cons.1
+++ b/cppawk-cons.1
@@ -1390,6 +1390,8 @@ Syntax:
nthcdr(\fIi\fP, \fIx\fP)
.ft R
+.B Description
+
The
.B nth
and
@@ -1461,6 +1463,8 @@ Syntax:
butlast(\fIx\fP, [\fIn\fP])
.ft R
+.B Description
+
The
.B ldiff
function calculates the prefix of the list
@@ -1622,6 +1626,8 @@ Syntax:
reverse(\fIx\fP)
.ft R
+.B Description
+
The
.B reverse
function returns the reverse of list
@@ -1634,6 +1640,8 @@ but in the opposite order.
.bk
Syntax:
+.B Description
+
.ft B
iota(\fIx\fP, \fIy\fP[, \fId\fP])
.ft R
@@ -1778,6 +1786,8 @@ Syntax:
uniqual(\fIx\fP)
.ft R
+.B Description
+
The
.B uniq
and
@@ -1828,6 +1838,8 @@ Syntax:
mappend(\fIf\fP, \fIx\fP)
.ft R
+.B Description
+
Note: this function requires GNU Awk, or any dialect which
supports GNU-Awk-style indirect functions.
@@ -1905,6 +1917,8 @@ Syntax:
keys(\fIa\fP)
.ft R
+.B Description
+
The
.B values
function returns a list of all the values currently stored in the the
@@ -1960,6 +1974,8 @@ Syntax:
set_fields(\fIx\fP)
.ft R
+.B Description
+
The
.B fields
function returns a list of the current values of the Awk positional fields from