Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2012 09:26:22 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r233994 - head/lib/libc/locale
Message-ID:  <201204070926.q379QMS1053512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204070926.q379QMS1053512>