CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/26 15:50:06
Modified files:
usr.bin/awk : awk.1
Log message:
Document that FS is applied at the time the input line is read.
Previously, our awk suffered from a bug where FS was applied too late.
This fix has the potential to cause problems for awk scripts written
to the old (buggy) behavior. The current behavior is consistent
with other awk implementations such as mawk and gawk.
