]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.c
STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)
[mandoc.git] / html.c
diff --git a/html.c b/html.c
index 55ef965f3af8486a38ded21f6371e1498d61481b..fef0aa0d0ddda2f1e75c182a38fa898c53f5669a 100644 (file)
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/*     $Id: html.c,v 1.211 2017/05/12 17:58:21 schwarze Exp $ */
+/*     $Id: html.c,v 1.212 2017/05/14 12:27:28 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -615,7 +615,7 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
                        a2width(arg2, su);
                        if (*fmt == '+') {
                                /* Increase to make even bold text fit. */
-                               su->scale *= 1.15;
+                               su->scale *= 1.2;
                                /* Add padding. */
                                su->scale += 3.0;
                                fmt++;