On 2019-10-30 at 20:41:04, Martin Ă…gren wrote: > I've kept thinking lately that "wow, are we behind on marking up stuff > to be monospaced/boldened"... > > I'm pretty sure about the background here, but I'm not at all sure > that this is the prettiest or correctest fix. This fix is correct. Thanks for sending a patch for this, and sorry about regressing our bolding behavior. > diff --git a/Documentation/manpage-bold-literal.xsl b/Documentation/manpage-bold-literal.xsl > index 608eb5df62..172388d6cf 100644 > --- a/Documentation/manpage-bold-literal.xsl > +++ b/Documentation/manpage-bold-literal.xsl > @@ -1,11 +1,20 @@ > > + xmlns:d="http://docbook.org/ns/docbook" > version="1.0"> > > > + > + > + fB > + > + > + fR > + > + > If you want to avoid duplication, you can write the existing template as follows: That will match both literal and d:literal tags. You still need the namespace declaration you added, of course. -- brian m. carlson: Houston, Texas, US OpenPGP: https://keybase.io/bk2204