Don't set a bad example by putting the function type in ".Fo".

This commit is contained in:
bde 2001-02-06 01:42:56 +00:00
parent 80ed1c3008
commit 03e580293f

View File

@ -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"