aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9d530a28c16412868a83d9d1f4a1465e0dd8aafe (patch)
treef4452b6470ddcd63b195d68fafc672594436caf4 /TODO
parent9fe5e084a133af51b7b2cfb5b057fccc5462d2db (diff)
downloadmandoc-9d530a28c16412868a83d9d1f4a1465e0dd8aafe.tar.gz
mandoc-9d530a28c16412868a83d9d1f4a1465e0dd8aafe.tar.zst
mandoc-9d530a28c16412868a83d9d1f4a1465e0dd8aafe.zip
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--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 54914944..edc2913a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.65 2010/11/29 13:04:31 kristaps Exp $
+* $Id: TODO,v 1.66 2010/12/09 10:32:22 kristaps Exp $
************************************************************************
************************************************************************
@@ -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.