CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/18 16:26:20
Modified files:
usr.bin/mandoc : dbm.c
Log message:
The termination condition of the iteration logic in page_bymacro()
was overzealous. Consequently, macro=substr and macro~regexp searches
only returned all pages containing the first matching macro value,
rather than all pages containing any of the matching macro values.
Bug reported by tb@ - thanks!
