diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-05-04 17:21:44 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-05-04 17:21:44 +0000 |
commit | 0c8dbadb6984793e116e8c8b7e54bb37fadeafe2 (patch) | |
tree | 0184b4bb35d2574104f51447cb11455564a08bf0 | |
parent | 3b34730a0be0df72192fa832ea15e937d3570370 (diff) | |
download | FreeBSD-src-0c8dbadb6984793e116e8c8b7e54bb37fadeafe2.zip FreeBSD-src-0c8dbadb6984793e116e8c8b7e54bb37fadeafe2.tar.gz |
Document that the return type is different from 1003.1-2008.
MFC after: 1 week
-rw-r--r-- | lib/libc/locale/freelocale.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/locale/freelocale.3 b/lib/libc/locale/freelocale.3 index 88a20d4..86f4809 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 . |