diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-09 10:32:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-09 10:32:22 +0000 |
commit | 72c5512bd6a340d6c39d25cb26675eac765e8eb3 (patch) | |
tree | afbf5ca2d044ae99edd27ef91c9041807b0f2b9d /TODO | |
parent | 6caa80c1c85a575d90e6723b17b2adde9689ea71 (diff) | |
download | mandoc-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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |