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

Sergey Kandaurov pluknet at FreeBSD.org
Sat May 4 17:21:44 UTC 2013


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 .


More information about the svn-src-head mailing list