=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/mandoc.css 2018/05/21 00:30:23 1.28 +++ mandoc/mandoc.css 2018/05/21 01:11:31 1.29 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.28 2018/05/21 00:30:23 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.29 2018/05/21 01:11:31 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -212,7 +212,8 @@ code.Cd { font-style: normal; font-family: inherit; } span.Ad { font-style: italic; font-weight: normal; } -b.Ms { font-style: normal; } +span.Ms { font-style: normal; + font-weight: bold; } span.St { } a.Ux { }