aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 01:00:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 01:00:29 +0000
commit47efd9bb60a944f4e988e3f54a9cdc297c1ef4db (patch)
treea0acdc6d49bd9486516a28161b482f64ec7c736b /TODO
parent07b44bca545734e7907909a90e1143c41c8ae0d8 (diff)
downloadmandoc-47efd9bb60a944f4e988e3f54a9cdc297c1ef4db.tar.gz
mandoc-47efd9bb60a944f4e988e3f54a9cdc297c1ef4db.tar.zst
mandoc-47efd9bb60a944f4e988e3f54a9cdc297c1ef4db.zip
Note that `Sh' and `Ss' are now rigorously checked for paragraph macros.
Merge other TODO regarding `It' and paragraphs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index 8b471d01..538e6e96 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.67 2010/12/09 23:44:39 schwarze Exp $
+* $Id: TODO,v 1.68 2010/12/16 01:00:29 kristaps Exp $
************************************************************************
************************************************************************
@@ -93,10 +93,6 @@
(e.g., NetBSD mDNSShared/dns-sd.1)
(mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified)
-- Have `Sh', `It', `Ss' and others complain if `Pp' is invoked prior to
- close (in the post validation) or prior to open (pre). This noted by
- jmc@ a thousand years ago.
-
- xloadimage(1) wants .ti (temporary indent), rep by naddy@
- bashbug(1) complains "line scope broken" after
@@ -152,6 +148,8 @@
- 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).
+ Also have `It' complain if `Pp' is invoked at certain times (not
+ -compact?).
- .Bd -literal and .Bd -unfilled are *not* identical.
In -literal, tabs are 8 spaces.