Deleted Added
full compact
33c33
< .\" $FreeBSD: stable/9/lib/libc/locale/iscntrl.3 196820 2009-09-04 07:44:58Z des $
---
> .\" $FreeBSD: stable/9/lib/libc/locale/iscntrl.3 235785 2012-05-22 14:40:39Z theraven $
46a47,48
> .Ft int
> .Fn iscntrl_l "int c" "locale_t loc"
67a70,75
> .Pp
> The
> .Fn iscntrl_l
> function takes an explicit locale argument, whereas the
> .Fn iscntrl
> function uses the current global or per-thread locale.
85a94
> .Xr xlocale 3 ,
91a101,104
> The
> .Fn iscntrl_l
> function conforms to
> .St -p1003.1-2008 .