diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-09-22 23:21:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-09-22 23:21:23 +0000 |
commit | 4a551f30e34e9721a9faf52cd62422bff80d3211 (patch) | |
tree | 9b04dcecfbd9615208f33819edf9acdb84129440 | |
parent | 9e677d159cc97cfa859b3e4f32446ba1a6a4a684 (diff) | |
download | mandoc-4a551f30e34e9721a9faf52cd62422bff80d3211.tar.gz |
Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .Bl
feels so 2008-ish, one of the last remnants of the
Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era.
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,13 @@ * crashes ************************************************************************ -None known right now. +- .Bl -tag followed by a text node preceding the first .It should not + throw a FATAL error, but only a normal ERROR. Putting this into the + HEAD of an implicit .It might be cleanest, inserting an implicit .Pp + or just dumping the orphan stuff directly into the BODY of the .Bl + might be easier to implement, and all options can no doubt be made + to yield correct (i.e. groff bug-compatible) rendering. + Anthony J. Bentley on discuss@ Sun, 22 Sep 2013 16:33:21 -0600 ************************************************************************ * missing features |