> when I run the following commands, the text "$c->uri" is fully > underlined if the manual page is formatted with nroff. If the manual > page is formatted with mandoc, only the text "->uri" is underlined. > > echo '=head3 $c->uri' | pod2man | nroff -man | less -R > echo '=head3 $c->uri' | pod2man | mandoc | less -R > > Noticed on OpenBSD-current. Hi Andreas, The enclosed patch fixes this issue: since the 4.9 release, we've become more strict. I've now added the correct magic for `\f(Cx' escapes as dictated by groff(7) and your example works fine. Oks? Thanks, Kristaps