summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-09-22 23:21:23 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-09-22 23:21:23 +0000
commit4a551f30e34e9721a9faf52cd62422bff80d3211 (patch)
tree9b04dcecfbd9615208f33819edf9acdb84129440
parent9e677d159cc97cfa859b3e4f32446ba1a6a4a684 (diff)
downloadmandoc-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--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 063cc32f..cf34c724 100644
--- a/TODO
+++ b/TODO
@@ -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