CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/07 18:38:42
Modified files:
usr.bin/csplit : csplit.c
Log message:
csplit(1): Fix extraneous output in edge case
When the input to csplit contains fewer lines than the number of matches
specified, extra output was mistakenly included in some output files.
>From FreeBSD via Tim Chase.
