diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:43:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-02 10:43:21 +0000 |
commit | 0c5f52c482a146d497a79017c150ae68d61a2c95 (patch) | |
tree | 9a4a003585517df143d9de484ef3816cdde271cc /TODO | |
parent | 52a3716203cb7389a3626ca93f6ef093a25e02af (diff) | |
download | mandoc-0c5f52c482a146d497a79017c150ae68d61a2c95.tar.gz |
Added TODO to sanitise `Nm' blocks such that HEAD optionally contains
only a TEXT element consisting of the name.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ - ignore horrendous m[] font colouring reported by J.C. Roberts + +- prohibit `Nm' from having non-text HEAD children + (e.g., NetBSD mDNSShared/dns-sd.1) + (mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified) ************************************************************************ * formatting issues: ugly output |