summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-04-07 09:26:21 +0000
committerjoel <joel@FreeBSD.org>2012-04-07 09:26:21 +0000
commitccd4f1d859903108662a41c03b085705ba7d8219 (patch)
treedc69c8420be5f81eaf29569bdb07d2cb76c89e6c /lib/libc/locale
parenta65229714e0d869abccd85336f61c69c1e72c0c7 (diff)
downloadFreeBSD-src-ccd4f1d859903108662a41c03b085705ba7d8219.zip
FreeBSD-src-ccd4f1d859903108662a41c03b085705ba7d8219.tar.gz
mdoc: fix function type.
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/newlocale.32
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.
OpenPOWER on IntegriCloud