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

This commit is contained in:
Bruce Evans 2001-02-06 01:42:56 +00:00
parent 237ab6c72f
commit 1a030b1cbc

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"