.Dd November 19, 2014 .Dt TEST 3 .Os .Sh NAME .Nm test .Nd test page .Sh SYNOPSIS Some weird Fn/Ft test cases .Sh DESCRIPTION .Ss Case 1 .Bd -literal .Ft int .Fn bar void .Ed Function gets formatted even though inside a Bd literal. .Ss Case 2 .Ft int .Fn ( *foo ) bar baz .Pp Parentheses are in weird places, arguments are not taken as function argument. .Ss Case 3 .Ft int .Fn Po *foo Pc bar baz .Pp Loses Fn completely due to Po/Pc. .Ss Case 4 .Ft int .Fn (*foo) bar baz .Pp This is what I wanted, but the parentheses are marked up in bold.