Fix mandoc HTML rendering for command aliases
authorkn <kn@openbsd.org>
Thu, 4 Nov 2021 13:15:13 +0000 (13:15 +0000)
committerkn <kn@openbsd.org>
Thu, 4 Nov 2021 13:15:13 +0000 (13:15 +0000)
commiteba711ceac5239c7288b398c6a3c738408809be6
tree7b9e0523a1fead8553e22038a133048ef88298d0
parent81a411d91a258cecde5b787e99e69117d6aaa2ed
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!
usr.bin/tmux/tmux.1