Deleted Added
full compact
33c33
< .\" $FreeBSD: head/lib/libc/locale/isspace.3 233992 2012-04-07 09:05:30Z joel $
---
> .\" $FreeBSD: head/lib/libc/locale/isspace.3 238919 2012-07-30 20:56:19Z issyl0 $
35c35
< .Dd July 17, 2005
---
> .Dd July 30, 2012
46a47,48
> .Ft int
> .Fn isspace_l "int c" "locale_t loc"
62a65,70
> .Pp
> The
> .Fn isspace_l
> function takes an explicit locale argument, whereas the
> .Fn isspace
> function uses the current global or per-thread locale.
66,67c74,77
< function returns zero if the character tests false and
< returns non-zero if the character tests true.
---
> and
> .Fn isspace_l
> functions return zero if the character tests false and
> return non-zero if the character tests true.
87a98,101
> The
> .Fn isspace_l
> function conforms to
> .St -p1003.1-2008 .