]> git.cameronkatri.com Git - mandoc.git/commitdiff
mini-bug at eol after .Bl -column .It
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 16 Apr 2011 23:00:45 +0000 (23:00 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 16 Apr 2011 23:00:45 +0000 (23:00 +0000)
TODO

diff --git a/TODO b/TODO
index d9f65bab645ebd1f3e51f8aa7aad389b6c0e4598..6af68af19f2bce07a5c73961240e8dee09d48245 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.101 2011/04/16 22:35:26 schwarze Exp $
+* $Id: TODO,v 1.102 2011/04/16 23:00:45 schwarze Exp $
 ************************************************************************
 
 ************************************************************************
 - explicitly disallow nested `Bl -column', which would clobber internal
   flags defined for struct mdoc_macro
 
+- In .Bl -column .It, the end of the line probably has to be regarded
+  as an implicit .Ta, if there could be one, see the following mildly
+  ugly code from login.conf(5):
+    .Bl -column minpasswordlen program xetcxmotd
+    .It path Ta path Ta value of Dv _PATH_DEFPATH
+    .br
+    Default search path.
+  reported by Michal Mazurek <akfaew at jasminek dot net>
+  via jmc@ Thu, 7 Apr 2011 16:00:53 +0059
+
 - inside `.Bl -column' phrases, punctuation is handled like normal
   text, e.g. `.Bl -column .It Fl x . Ta ...' should give "-x -."