Module Name: src Committed By: rillig Date: Mon Jul 4 18:07:41 UTC 2022
Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: awk.1: revert changes to example 'echo' program I had removed the exit statement in the strong belief that POSIX had specified that an AWK program consisting of only a BEGIN block would implicitly exit after the BEGIN block. This assumption was wrong. There are several implementations that implement this special case though. https://mail-index.netbsd.org/source-changes-d/2022/07/03/msg013718.html To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/historical/nawk/bin/awk.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.