diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:42:56 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:42:56 +0000 |
| commit | 1a030b1cbc90e9e353afbc34f652c190784f3a41 (patch) | |
| tree | 8b10c7faaf861ac0e54ed98361ea1481adcca88a | |
| parent | 237ab6c72fbfc4663dab0c6dbefc2e2fd6d0e541 (diff) | |
Notes
| -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 ef8ef5e1a3099..f47ba55734dc5 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" |
