summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.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_term.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_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 699d5c00..07cc5ea3 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.111 2010/03/23 12:42:22 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.112 2010/03/29 19:28:04 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -203,7 +203,7 @@ static const struct termact termacts[MDOC_MAX] = {
{ NULL, NULL }, /* Dc */
{ termp_dq_pre, termp_dq_post }, /* Do */
{ termp_dq_pre, termp_dq_post }, /* Dq */
- { NULL, NULL }, /* Ec */
+ { NULL, NULL }, /* Ec */ /* FIXME: no space */
{ NULL, NULL }, /* Ef */
{ termp_under_pre, NULL }, /* Em */
{ NULL, NULL }, /* Eo */