Deleted Added
full compact
isalpha.3 (233512) isalpha.3 (233648)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)isalpha.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.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

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

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

69.It "\&125\ ``U'' \t126\ ``V'' \t127\ ``W'' \t130\ ``X'' \t131\ ``Y''"
70.It "\&132\ ``Z'' \t141\ ``a'' \t142\ ``b'' \t143\ ``c'' \t144\ ``d''"
71.It "\&145\ ``e'' \t146\ ``f'' \t147\ ``g'' \t150\ ``h'' \t151\ ``i''"
72.It "\&152\ ``j'' \t153\ ``k'' \t154\ ``l'' \t155\ ``m'' \t156\ ``n''"
73.It "\&157\ ``o'' \t160\ ``p'' \t161\ ``q'' \t162\ ``r'' \t163\ ``s''"
74.It "\&164\ ``t'' \t165\ ``u'' \t166\ ``v'' \t167\ ``w'' \t170\ ``x''"
75.It "\&171\ ``y'' \t172\ ``z''"
76.El
34.\"
35.Dd July 17, 2005
36.Dt ISALPHA 3
37.Os
38.Sh NAME
39.Nm isalpha
40.Nd alphabetic character test
41.Sh LIBRARY

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

69.It "\&125\ ``U'' \t126\ ``V'' \t127\ ``W'' \t130\ ``X'' \t131\ ``Y''"
70.It "\&132\ ``Z'' \t141\ ``a'' \t142\ ``b'' \t143\ ``c'' \t144\ ``d''"
71.It "\&145\ ``e'' \t146\ ``f'' \t147\ ``g'' \t150\ ``h'' \t151\ ``i''"
72.It "\&152\ ``j'' \t153\ ``k'' \t154\ ``l'' \t155\ ``m'' \t156\ ``n''"
73.It "\&157\ ``o'' \t160\ ``p'' \t161\ ``q'' \t162\ ``r'' \t163\ ``s''"
74.It "\&164\ ``t'' \t165\ ``u'' \t166\ ``v'' \t167\ ``w'' \t170\ ``x''"
75.It "\&171\ ``y'' \t172\ ``z''"
76.El
77The
77The
78.Fn isalpha_l
79function takes an explicit locale argument, whereas the
80.Fn isalpha
81function uses the current global or per-thread locale.
82.Sh RETURN VALUES
83The
84.Fn isalpha
85function returns zero if the character tests false and

--- 27 unchanged lines hidden ---
78.Fn isalpha_l
79function takes an explicit locale argument, whereas the
80.Fn isalpha
81function uses the current global or per-thread locale.
82.Sh RETURN VALUES
83The
84.Fn isalpha
85function returns zero if the character tests false and

--- 27 unchanged lines hidden ---