CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2012/07/07 11:39:05
Modified files: usr.bin/mandoc : man_macro.c Log message: Fix an assert() raised by `RS' when following `TP' without a tag. The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74.