]> git.cameronkatri.com Git - mandoc.git/commit
Carefully let mandoc_getcontrol() handle libroff's detection of a macro
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 29 Mar 2011 09:00:48 +0000 (09:00 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 29 Mar 2011 09:00:48 +0000 (09:00 +0000)
commit2744e6a9fbb77358cde2136ef1bc823d0641c37c
tree0c324c450c1194c84f3a72af6babd43a226cba7d
parent832aff9b1fae5a0d9a39f5b311407fd6c059bd54
Carefully let mandoc_getcontrol() handle libroff's detection of a macro
line.  Note that we now properly ignore \.", which earlier would have
been pushed through macro detection.  This required attention to all
entries of roff_parse().

This removes a TODO by schwarze@ to the effect that \. can be a control
character, which is now handled in mandoc_getcontrol().
TODO
roff.c