summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 63a7ba9e..28822fac 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1398,7 +1398,10 @@ termp_fd_post(DECL_ARGS)
static int
termp_sh_pre(DECL_ARGS)
{
-
+ /*
+ * FIXME: using two `Sh' macros in sequence has no vspace
+ * between calls, only a newline.
+ */
switch (node->type) {
case (MDOC_HEAD):
term_vspace(p);