summaryrefslogtreecommitdiffstats
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
commit499301a8f657cdb755f3b630647fc4f58b560592 (patch)
treece9b3c5e98d07e4c3d28e0b150d22d0ca88f9864
parent44420137039bf90b6d01b317a9cedb71ac11a574 (diff)
downloadmandoc-499301a8f657cdb755f3b630647fc4f58b560592.tar.gz
Note that `Sh' and `Ss' are now rigorously checked for paragraph macros.
Merge other TODO regarding `It' and paragraphs.
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index d995be57..bf676897 100644
--- a/TODO
+++ b/TODO
@@ -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.