• Show log

    Commit

  • Hash : 4683a10b
    Author : Klemens Nanni
    Date : 2021-11-04T13:16:06

    Fix mandoc HTML rendering for command aliases
    
    Replace hand-rolled parentheses with the proper mdoc(7) macro,
    otherwise the closing ")" ends up inside the command description.
    
    Reported by Josh Rickmar, thanks!