CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/04/03 10:59:34
Modified files: usr.bin/mandoc : man_macro.c Log message: It turns out the man(7) parser suffers from unintelligible handling of block rewinding, just like then mdoc(7) parser did. First step in getting rid of rew_scope(): Replace the only call where the target block is known. This commit is analogous to mdoc_macro.c rev. 1.167. One down, three to go.