On Thu, Jun 25, 2015 at 02:31:24PM +0200, Theo Buehler wrote: > > Thus, I suggest to modify the patterns(7) manual as follows: > > Index: usr.sbin/httpd/patterns.7 > =================================================================== > RCS file: /cvs/src/usr.sbin/httpd/patterns.7,v > retrieving revision 1.2 > diff -u -p -r1.2 patterns.7 > --- usr.sbin/httpd/patterns.7 23 Jun 2015 17:29:19 -0000 1.2 > +++ usr.sbin/httpd/patterns.7 25 Jun 2015 12:11:19 -0000 > @@ -268,7 +268,7 @@ For instance, if we apply the pattern > .Qq ()aa() > on the string > .Qq flaaap , > -there will be two captures: 3 and 5. > +there will be two captures: 2 and 4. > .Sh SEE ALSO > .Xr fnmatch 3 , > .Xr re_format 7 , >
Committed, thanks. -- Sebastien Marie