summaryrefslogtreecommitdiffstats
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
commit9ccae84ab6241d21623e7c1872a91f839f32e1c9 (patch)
tree8fae3f433e329b23e867d82d3bc7750edd4fbc1b
parent9fe9cdfaf437f58601b2ad68b52c348f3dd05080 (diff)
downloadmandoc-9ccae84ab6241d21623e7c1872a91f839f32e1c9.tar.gz
mini-bug at eol after .Bl -column .It
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index bac6410c..1e657978 100644
--- a/TODO
+++ b/TODO
@@ -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 -."