mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
Don't set a bad example by putting the function type in ".Fo".
This commit is contained in:
parent
237ab6c72f
commit
1a030b1cbc
1 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue