aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9c1eaf47face65f05d12c1991f19a92789b433fc (patch)
tree5e6662f4f2d676183f8cab8033bc73492a798ec7 /mdoc_term.c
parent385a2d9a12f28a334c3d74170511b5200d6166f7 (diff)
downloadmandoc-9c1eaf47face65f05d12c1991f19a92789b433fc.tar.gz
mandoc-9c1eaf47face65f05d12c1991f19a92789b433fc.tar.zst
mandoc-9c1eaf47face65f05d12c1991f19a92789b433fc.zip
`Sm' no longer produces a linebreak when used in `Bd'.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index d039af4c..e15278fe 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.192 2010/10/01 21:51:13 schwarze Exp $ */
+/* $Id: mdoc_term.c,v 1.193 2010/10/10 09:59:48 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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):