diff options
-rw-r--r-- | lib/libc/locale/newlocale.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/newlocale.3 b/lib/libc/locale/newlocale.3 index 49ddddb..599f148 100644 --- a/lib/libc/locale/newlocale.3 +++ b/lib/libc/locale/newlocale.3 @@ -36,7 +36,7 @@ .Lb libc .Sh SYNOPSIS .In xlocale -.Ft +.Ft locale_t .Fn newlocale "int mask" "const char * locale" "locale_t base" .Sh DESCRIPTION Creates a new locale, inheriting some properties from an existing locale. |