man: fix mandoc lint errors
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 23 Aug 2025 16:17:52 +0000 (17:17 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 24 Aug 2025 09:03:22 +0000 (10:03 +0100)
commit94075752e63d05255116ecd55a77a838b1b84aef
tree64bbee30c4b113d3c689ef86e32d10789bcee2b4
parenta52833b3295f0fae160eb3d4937a371756d6d929
man: fix mandoc lint errors

Fix the most egregious warnings produced by running
mandoc -W warning,stop ./fio.1 > /dev/null

- Fix usage of .RE when .RS block isn't open
- Stop escaping = as it's not needed
- Fix incorrect usage .TP before .RE as the line following .TP isn't a
  leading tag and it is having no effect
- Fix broken macro sequence and incorrect usage of \fR...\fP which
  should have been \fB...\fP because it's outside of .BI

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
fio.1