Deleted Added
full compact
isblank.3 (232935) isblank.3 (233648)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)isblank.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)isblank.3 8.1 (Berkeley) 6/4/93
29.\" $FreeBSD: head/lib/libc/locale/isblank.3 232935 2012-03-13 20:02:41Z theraven $
29.\" $FreeBSD: head/lib/libc/locale/isblank.3 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd July 17, 2005
32.Dt ISBLANK 3
33.Os
34.Sh NAME
35.Nm isblank
36.Nd space or tab character test
37.Sh LIBRARY

--- 16 unchanged lines hidden (view full) ---

54In the "C" locale, a successful
55.Fn isblank
56test is limited to these characters only.
57The value of the argument must be representable as an
58.Vt "unsigned char"
59or the value of
60.Dv EOF .
61.Pp
30.\"
31.Dd July 17, 2005
32.Dt ISBLANK 3
33.Os
34.Sh NAME
35.Nm isblank
36.Nd space or tab character test
37.Sh LIBRARY

--- 16 unchanged lines hidden (view full) ---

54In the "C" locale, a successful
55.Fn isblank
56test is limited to these characters only.
57The value of the argument must be representable as an
58.Vt "unsigned char"
59or the value of
60.Dv EOF .
61.Pp
62The
62The
63.Fn isblank_l
64function takes an explicit locale argument, whereas the
65.Fn isblank
66function uses the current global or per-thread locale.
67.Sh RETURN VALUES
68The
69.Fn isblank
70function returns zero if the character tests false and

--- 26 unchanged lines hidden ---
63.Fn isblank_l
64function takes an explicit locale argument, whereas the
65.Fn isblank
66function uses the current global or per-thread locale.
67.Sh RETURN VALUES
68The
69.Fn isblank
70function returns zero if the character tests false and

--- 26 unchanged lines hidden ---