summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-10-10 09:59:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-10-10 09:59:48 +0000
commit3d378740b04b9c699a76ada1be91544f7cbb44fa (patch)
tree91c4e5ba7bde80fbeb00c96e797c10c4c4e6526f /mdoc_term.c
parent7c883a6afda56f0ec3e7463a1c7ef6c39f7207ee (diff)
downloadmandoc-3d378740b04b9c699a76ada1be91544f7cbb44fa.tar.gz
`Sm' no longer produces a linebreak when used in `Bd'.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index b408f08f..d7e11f86 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1584,6 +1584,8 @@ termp_bd_pre(DECL_ARGS)
* anyway, so don't sweat it.
*/
switch (nn->tok) {
+ case (MDOC_Sm):
+ /* FALLTHROUGH */
case (MDOC_br):
/* FALLTHROUGH */
case (MDOC_sp):