aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-04-16 23:00:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-04-16 23:00:45 +0000
commita8417ed4885aa3e6440de50e68bc15bb0309ca7f (patch)
tree1809e654e7f77afae22ed0b382f6a6058a25bbd2 /TODO
parent6396c9df0a64ddb1e8790e6776b01f63429385fa (diff)
downloadmandoc-a8417ed4885aa3e6440de50e68bc15bb0309ca7f.tar.gz
mandoc-a8417ed4885aa3e6440de50e68bc15bb0309ca7f.tar.zst
mandoc-a8417ed4885aa3e6440de50e68bc15bb0309ca7f.zip
mini-bug at eol after .Bl -column .It
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index d9f65bab..6af68af1 100644
--- 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 $
************************************************************************
************************************************************************
@@ -96,6 +96,16 @@
- 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 -."