Return to mdoc_term.c CVS log | Up to [cvsweb.bsd.lv] / mandoc |
version 1.61, 2009/07/24 12:47:35 | version 1.62, 2009/07/24 12:52:28 | ||
---|---|---|---|
|
|
||
switch (type) { | switch (type) { | ||
case (MDOC_Diag): | case (MDOC_Diag): | ||
term_word(p, "\\ \\ "); | if (MDOC_BODY == node->type) | ||
term_word(p, "\\ \\ "); | |||
break; | break; | ||
case (MDOC_Inset): | case (MDOC_Inset): | ||
if (MDOC_BODY == node->type) | if (MDOC_BODY == node->type) |