Date: Sat, 4 May 2013 17:21:44 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250245 - head/lib/libc/locale Message-ID: <201305041721.r44HLiXb066291@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Sat May 4 17:21:44 2013 New Revision: 250245 URL: http://svnweb.freebsd.org/changeset/base/250245 Log: Document that the return type is different from 1003.1-2008. MFC after: 1 week Modified: head/lib/libc/locale/freelocale.3 Modified: head/lib/libc/locale/freelocale.3 ============================================================================== --- head/lib/libc/locale/freelocale.3 Sat May 4 17:06:47 2013 (r250244) +++ head/lib/libc/locale/freelocale.3 Sat May 4 17:21:44 2013 (r250245) @@ -57,5 +57,12 @@ Returns 0 on success or -1 on error. .Xr uselocale 3 , .Xr xlocale 3 .Sh STANDARDS -This function conforms to -.St -p1003.1-2008 . +The +.Fn freelocale +function +differs from +.St -p1003.1-2008 +in that its return type is +.Vt int +rather than +.Vt void .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305041721.r44HLiXb066291>