From e199c1affde31338dbf7bd21b246e8bd5c3b08ce Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 16 Apr 2022 12:04:50 -0700 Subject: cons man page: add missing Description headings. --- cppawk-cons.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'cppawk-cons.1') 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 -- cgit v1.2.3