Skip to content

Commit

Permalink
Stop "fusing" long opts
Browse files Browse the repository at this point in the history
Correct mandoc style is to use `Fl \-`, not `Fl Fl`, apparently.
  • Loading branch information
ISSOtm committed Nov 24, 2023
1 parent cb15ffd commit 9e0422b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions maintainer/support/man_postproc.awk
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ BEGIN {
}
}

{
# Make long opts (defined using `Fl Fl`) into a single tag
gsub(/<code class="Fl">-<\/code>\s*<code class="Fl">/, "<code class=\"Fl\">-")
}

{
# Shift headings (level 1 is reserved for the page's title)
gsub(/<h2/, "<h3")
Expand Down

0 comments on commit 9e0422b

Please sign in to comment.