CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/04 07:15:13
Modified files:
usr.bin/tmux : tmux.1
Log message:
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!
