From 424b842a5da80d745d510a467d962a9c17c61625 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Sat, 4 May 2013 17:21:44 +0000 Subject: [PATCH] Document that the return type is different from 1003.1-2008. MFC after: 1 week --- lib/libc/locale/freelocale.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/libc/locale/freelocale.3 b/lib/libc/locale/freelocale.3 index 88a20d47ed9c..86f4809d6cac 100644 --- a/lib/libc/locale/freelocale.3 +++ b/lib/libc/locale/freelocale.3 @@ -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 .