CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/08/25 09:11:05
Modified files: usr.bin/grep : util.c Log message: when using -o, we may restart a match in the middle of the line. set NOTBOL so that anchored patterns don't match. from a patch by Daniël de Kok in freebsd bug 201650 ok martijn