Deleted Added
full compact
33c33
< .\" $FreeBSD: head/lib/libc/locale/isalnum.3 206615 2010-04-14 18:29:26Z uqs $
---
> .\" $FreeBSD: head/lib/libc/locale/isalnum.3 232935 2012-03-13 20:02:41Z theraven $
46a47,48
> .Ft int
> .Fn isalnum_l "int c" "locale_t loc"
76a79,84
> .Pp
> The
> .Fn isalnum_l
> function takes an explicit locale argument, whereas the
> .Fn isalnum
> function uses the current global or per-thread locale.
96a105
> .Xr xlocale 3 ,
102a112,115
> The
> .Fn isalnum_l
> function conforms to
> .St -p1003.1-2008 .