Deleted Added
full compact
29c29
< .\" $FreeBSD: head/lib/libc/locale/isblank.3 207943 2010-05-11 23:08:38Z uqs $
---
> .\" $FreeBSD: head/lib/libc/locale/isblank.3 232935 2012-03-13 20:02:41Z theraven $
42a43,44
> .Ft int
> .Fn isblank "int c" "locale_t loc"
58a61,66
> .Pp
> The
> .Fn isblank_l
> function takes an explicit locale argument, whereas the
> .Fn isblank
> function uses the current global or per-thread locale.
76a85
> .Xr xlocale 3 ,
83a93,96
> The
> .Fn isblank_l
> function conforms to
> .St -p1003.1-2008 .