summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index e805bce5..eff5b573 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.63 2009/07/25 16:03:03 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.64 2009/07/29 08:46:06 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);