Skip to content

Commit

Permalink
roffit: use • instead of · for [bu]
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 8, 2024
1 parent b12fb55 commit a074370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roffit
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ sub parsefile {
$txt =~ s/\\\(aq/&apos\;/g;
$txt =~ s/\\\(cq/&apos\;/g;
$txt =~ s/\\\(dq/&quot\;/g;
$txt =~ s:\\\[bu\]:&middot\;:gi;
$txt =~ s:\\\[bu\]:&bull\;:gi;

# \e is the "escape character", defaults to backslash
$txt =~ s/\\e/\/g;
Expand Down

0 comments on commit a074370

Please sign in to comment.