* Alejandro Colomar <colomar.6.4.3@xxxxxxxxx>, 2020-10-19, 19:40:
Then, in the following code (taken from printf.3)
the escape is wrong (unneeded) by those guidelines?:
[[
.SH NAME
printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
vsprintf, vsnprintf \- formatted output conversion
]]
From the typographical point of view, the most appropriate character
here would be \(en (en-dash); but for historical reasons, you're
supposed to use \- (minus sign). This is documented in the man(7) manual
page, section "Sections".
--
Jakub Wilk