commit | 8f1cc0e9fa78a6200ba6bddf7c8958225d9fdd6d | [log] [download] |
---|---|---|
author | kn <kn> | Thu Nov 04 13:15:13 2021 +0000 |
committer | kn <kn> | Thu Nov 04 13:15:13 2021 +0000 |
tree | c9c85c523337b49db25d8e01812755a140f0831c | |
parent | 57100376cc70739f53a1f8a4bacf192b8cdcd124 [diff] |
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!