From bdc249af6535dd1a757df6cdbe97fbd299400ed4 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 23 Oct 2010 16:08:37 +0000 Subject: .Sm no longer produces a linebreak when used in .Bd also avoid an extra space after the opening bracket in .Op in -Thtml from kristaps@ --- usr.bin/mandoc/mdoc_term.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/mandoc/mdoc_term.c') diff --git a/usr.bin/mandoc/mdoc_term.c b/usr.bin/mandoc/mdoc_term.c index 86c325cd5e2..b5daf7a541e 100644 --- a/usr.bin/mandoc/mdoc_term.c +++ b/usr.bin/mandoc/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.111 2010/10/16 20:49:37 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.112 2010/10/23 16:08:36 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -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): -- cgit v1.2.3