CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/14 17:50:43
Modified files:
usr.bin/grep : grep.1 util.c
Log message:
procline: only reduce mcount once per line, not once per match.
This makes "grep -m" behave like GNU grep (where the -m option
originated). From Crystal Kolipe.
