Skip to content

Commit

Permalink
[manpage] Change bullet character to asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Nov 6, 2023
1 parent c94d7c4 commit a9fcf48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/xhtml2man.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ This article was written by:
<xsl:template match="xhtml:ul/xhtml:li">
<xsl:choose>
<xsl:when test="preceding-sibling::xhtml:li">
.IP \[bu]
.IP *
<xsl:apply-templates select="*|text()"/></xsl:when>
<xsl:otherwise>
.IP \[bu] 2
.IP * 2
<xsl:apply-templates select="*|text()"/></xsl:otherwise>
</xsl:choose>
</xsl:template>
Expand Down

0 comments on commit a9fcf48

Please sign in to comment.