From: Christian Weisgerber Subject: awk.1: Fix description of getline To: tech@openbsd.org Date: Tue, 24 Dec 2024 22:58:51 +0100 In awk.1, the description of the various forms of the getline function is confused. _The AWK Programming Language_, second edition, sums it up in this table (p. 204): TABLE A-10. GETLINE FUNCTION =================================== Expression | Sets ------------------+---------------- getline | $0, NF, NR, FNR getline var | var, NR, FNR getline