diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/nextwctype.3 | 4 | ||||
-rw-r--r-- | lib/libc/locale/rpmatch.3 | 4 |
2 files changed, 2 insertions, 6 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 |