version 1.62, 2009/07/24 12:52:28 |
version 1.64, 2009/07/29 08:46:06 |
Line 674 fmt_block_vspace(struct termp *p, |
|
Line 674 fmt_block_vspace(struct termp *p, |
|
|
|
if (MDOC_Bl == bl->tok && arg_hasattr(MDOC_Compact, bl)) |
if (MDOC_Bl == bl->tok && arg_hasattr(MDOC_Compact, bl)) |
return; |
return; |
|
assert(node); |
|
|
/* |
/* |
* Search through our prior nodes. If we follow a `Ss' or `Sh', |
* Search through our prior nodes. If we follow a `Ss' or `Sh', |
Line 1397 termp_fd_post(DECL_ARGS) |
|
Line 1398 termp_fd_post(DECL_ARGS) |
|
static int |
static int |
termp_sh_pre(DECL_ARGS) |
termp_sh_pre(DECL_ARGS) |
{ |
{ |
|
/* |
|
* FIXME: using two `Sh' macros in sequence has no vspace |
|
* between calls, only a newline. |
|
*/ |
switch (node->type) { |
switch (node->type) { |
case (MDOC_HEAD): |
case (MDOC_HEAD): |
term_vspace(p); |
term_vspace(p); |