Don't set a bad example by putting the function type in ".Fo".
This commit is contained in:
parent
80ed1c3008
commit
03e580293f
@ -1151,7 +1151,8 @@ may be used with
|
||||
(function argument)
|
||||
to get around the limitation. For example:
|
||||
.Bd -literal -offset indent
|
||||
\&.Fo "int res_mkquery"
|
||||
\&.Ft int
|
||||
\&.Fo res_mkquery
|
||||
\&.Fa "int op"
|
||||
\&.Fa "char *dname"
|
||||
\&.Fa "int class"
|
||||
@ -1166,7 +1167,8 @@ to get around the limitation. For example:
|
||||
.Pp
|
||||
Produces:
|
||||
.Bd -filled -offset indent
|
||||
.Fo "int res_mkquery"
|
||||
.Ft int
|
||||
.Fo res_mkquery
|
||||
.Fa "int op"
|
||||
.Fa "char *dname"
|
||||
.Fa "int class"
|
||||
|
Loading…
Reference in New Issue
Block a user