summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-07-01 22:18:20 +0000
committerjilles <jilles@FreeBSD.org>2012-07-01 22:18:20 +0000
commit1e8cef649c29bf177f860eebc48ef7817186a7c2 (patch)
tree2a8faacf8b028902ae4ed58967890174f7d4d0e7 /lib/libc
parentbb1f9519b8c9bae4f52db506a7e561f16ee3124c (diff)
downloadFreeBSD-src-1e8cef649c29bf177f860eebc48ef7817186a7c2.zip
FreeBSD-src-1e8cef649c29bf177f860eebc48ef7817186a7c2.tar.gz
ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.
The function isascii_l() is not in POSIX even though isascii() is, probably because isascii() is marked as obsolete. The other functions, like digittoint_l() and ishexnumber_l(), are FreeBSD-specific just like their non-_l versions.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/ctype_l.315
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/libc/locale/ctype_l.3 b/lib/libc/locale/ctype_l.3
index 385125e..5f427de 100644
--- a/lib/libc/locale/ctype_l.3
+++ b/lib/libc/locale/ctype_l.3
@@ -135,4 +135,17 @@ See the specific manual pages for more information.
.Xr xlocale 3
.Sh STANDARDS
These functions conform to
-.St -p1003.1-2008 .
+.St -p1003.1-2008 ,
+except for
+.Fn digittoint_l ,
+.Fn isascii_l ,
+.Fn ishexnumber_l ,
+.Fn isideogram_l ,
+.Fn isnumber_l ,
+.Fn isphonogram_l ,
+.Fn isrune_l
+and
+.Fn isspecial_l
+which are
+.Fx
+extensions.
OpenPOWER on IntegriCloud