diff options
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index ef8ef5e..f47ba55 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -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" |