]> git.cameronkatri.com Git - mandoc.git/commit
It turns out the man(7) parser suffers from unintelligible handling
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 3 Apr 2015 17:00:52 +0000 (17:00 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 3 Apr 2015 17:00:52 +0000 (17:00 +0000)
commitbcb033d5ff7669fa782b76afbec1ad5ca72039e2
tree0886ba21e1a9b5c7fe2dfee738899102c286c3df
parent8879a31912dc194b2380f175f69b923a912d32d6
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.
man_macro.c