aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-07-18 11:11:12 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-07-18 11:11:12 +0000
commit50e01545158506c75fea9e1828a29ae1b8c911f0 (patch)
tree5aa45bc2432543e3f9c1c56589afa3665d7c21bd /TODO
parent7a9cc4a7da8d626f4484e36248129567b2bef7f8 (diff)
downloadmandoc-50e01545158506c75fea9e1828a29ae1b8c911f0.tar.gz
mandoc-50e01545158506c75fea9e1828a29ae1b8c911f0.tar.zst
mandoc-50e01545158506c75fea9e1828a29ae1b8c911f0.zip
Fix handling of paragraph macros inside lists:
* When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. OpenBSD rev. mdoc_validate.c 1.107, mdoc.c 1.91
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 1 insertions, 8 deletions
diff --git a/TODO b/TODO
index 40892113..b28a40e4 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.138 2012/07/18 10:39:19 schwarze Exp $
+* $Id: TODO,v 1.139 2012/07/18 11:11:12 schwarze Exp $
************************************************************************
************************************************************************
@@ -203,13 +203,6 @@
is just "o\bo".
see for example OpenBSD ksh(1)
-- A bogus .Pp between two .It must not produce a double blank line,
- see between -R and -r in OpenBSD rm(1), before "update" in mount(8),
- or in DIAGNOSTICS in init(8), or before "is always true" in ksh(1).
- The same happens with .Pp just before .El, see bgpd.conf(5).
- Also have `It' complain if `Pp' is invoked at certain times (not
- -compact?).
-
- .Pp between two .It in .Bl -column should produce one,
not two blank lines, see e.g. login.conf(5).
reported by jmc@ Sun, 17 Apr 2011 14:04:58 +0059