svn commit: r233994 - head/lib/libc/locale

Joel Dahl joel at FreeBSD.org
Sat Apr 7 09:26:22 UTC 2012


Author: joel (doc committer)
Date: Sat Apr  7 09:26:21 2012
New Revision: 233994
URL: http://svn.freebsd.org/changeset/base/233994

Log:
  mdoc: fix function type.

Modified:
  head/lib/libc/locale/newlocale.3

Modified: head/lib/libc/locale/newlocale.3
==============================================================================
--- head/lib/libc/locale/newlocale.3	Sat Apr  7 09:11:07 2012	(r233993)
+++ head/lib/libc/locale/newlocale.3	Sat Apr  7 09:26:21 2012	(r233994)
@@ -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.


More information about the svn-src-head mailing list