summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-09 10:32:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-09 10:32:22 +0000
commit72c5512bd6a340d6c39d25cb26675eac765e8eb3 (patch)
treeafbf5ca2d044ae99edd27ef91c9041807b0f2b9d /TODO
parent6caa80c1c85a575d90e6723b17b2adde9689ea71 (diff)
downloadmandoc-72c5512bd6a340d6c39d25cb26675eac765e8eb3.tar.gz
Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and
`Brq') to have zero arguments without warning. This makes sense because the multi-line quote macros (`Oo/Oc' etc.) allow zero children anyway. Furthermore, the documentation doesn't state that they're required to have children. Originally reported by Alex Kozlov, thanks!
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 45ee1558..f8d43b2e 100644
--- a/TODO
+++ b/TODO
@@ -114,9 +114,6 @@
(e.g., NetBSD mDNSShared/dns-sd.1)
(mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified)
-- allow `Qq', `Dq', `Sq', `Aq', `Bq' to have 0 arguments
- noted by Alex Kozlov 08/06/10 23:05
-
- 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.