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. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"