=================================================================== RCS file: /cvs/pod2mdoc/pod2mdoc.1,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- pod2mdoc/pod2mdoc.1 2015/02/13 00:44:16 1.14 +++ pod2mdoc/pod2mdoc.1 2015/02/13 15:35:15 1.15 @@ -1,4 +1,4 @@ -.\" $Id: pod2mdoc.1,v 1.14 2015/02/13 00:44:16 schwarze Exp $ +.\" $Id: pod2mdoc.1,v 1.15 2015/02/13 15:35:15 schwarze Exp $ .\" .\" Copyright (c) 2014 Kristaps Dzonsons .\" @@ -197,6 +197,15 @@ Words followed by .Qq Pq that match function names listed in the SYNOPSIS section are marked up with .Sq \&Fn . +.Pp +If the contents of a +.Li B<> +format code matches a type name mentioned in the SYNOPSIS section, +it is rendered as +.Sq \&Vt . +If it matches a function argument name mentioned there, +it is rendered as +.Sq \&Fa . .Sh EXIT STATUS .Ex -std .Sh EXAMPLES