aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-29 19:28:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-29 19:28:04 +0000
commit32a41d48b41f86a02e6bcc4c4ce9f4ead3f42b06 (patch)
treef620645753b20d5c33802fcb37a0331edd407e91 /mdoc_html.c
parentaa85d82aeaa92eb4f5ebff80f69420180ae71322 (diff)
downloadmandoc-32a41d48b41f86a02e6bcc4c4ce9f4ead3f42b06.tar.gz
mandoc-32a41d48b41f86a02e6bcc4c4ce9f4ead3f42b06.tar.zst
mandoc-32a41d48b41f86a02e6bcc4c4ce9f4ead3f42b06.zip
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening and closing macro punctuation).
Modify blk_part_exp() to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_exp(). Modify blk_part_imp() for to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_imp(). Integrate Ingo Schwarze's patch for args() (using new mdoc_iscdelim() format). Documented bad `Ec' handling for later work in mdoc_term.c/mdoc_html.c.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 965bc568..b6d6e8a5 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.54 2010/01/30 08:42:20 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.55 2010/03/29 19:28:04 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -200,7 +200,7 @@ static const struct htmlmdoc mdocs[MDOC_MAX] = {
{NULL, NULL}, /* Dc */
{mdoc_dq_pre, mdoc_dq_post}, /* Do */
{mdoc_dq_pre, mdoc_dq_post}, /* Dq */
- {NULL, NULL}, /* Ec */
+ {NULL, NULL}, /* Ec */ /* FIXME: no space */
{NULL, NULL}, /* Ef */
{mdoc_em_pre, NULL}, /* Em */
{NULL, NULL}, /* Eo */