diff options
-rw-r--r-- | lib/libc/locale/nextwctype.3 | 4 | ||||
-rw-r--r-- | lib/libc/locale/rpmatch.3 | 4 | ||||
-rw-r--r-- | share/man/man4/ng_netflow.4 | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/locale/nextwctype.3 b/lib/libc/locale/nextwctype.3 index 2d9acd1..cda88d5 100644 --- a/lib/libc/locale/nextwctype.3 +++ b/lib/libc/locale/nextwctype.3 @@ -36,9 +36,7 @@ .Sh SYNOPSIS .In wctype.h .Ft wint_t -.Fo nextwctype -.Fa "wint_t ch" "wctype_t wct" -.Fc +.Fn nextwctype "wint_t ch" "wctype_t wct" .Sh DESCRIPTION The .Fn nextwctype diff --git a/lib/libc/locale/rpmatch.3 b/lib/libc/locale/rpmatch.3 index 35e4ef1..c122c06 100644 --- a/lib/libc/locale/rpmatch.3 +++ b/lib/libc/locale/rpmatch.3 @@ -36,9 +36,7 @@ .Sh SYNOPSIS .In stdlib.h .Ft int -.Fo rpmatch -.Fa "const char *response" -.Fc +.Fn rpmatch "const char *response" .Sh DESCRIPTION The .Fn rpmatch diff --git a/share/man/man4/ng_netflow.4 b/share/man/man4/ng_netflow.4 index c49b898..6e347ca 100644 --- a/share/man/man4/ng_netflow.4 +++ b/share/man/man4/ng_netflow.4 @@ -165,7 +165,7 @@ commands are: .It Dv NGM_NETFLOW_INFO .Qq Li info .It Dv NGM_NETFLOW_IFINFO -.Qq Li ifinfo %u +.Qq Li "ifinfo %u" .It Dv NGM_NETFLOW_SETDLT .Qq Li "setdlt { iface = %u dlt = %u }" .It Dv NGM_NETFLOW_SETIFINDEX |