X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fiswdigit.3;fp=original%2Fman3%2Fiswdigit.3;h=2468feb2772b13ff187fdc92240207a87e817681;hb=73cdbcd8b7948c6010c7756d89d5c0445ecba990;hp=dd2fafd69c3da2f9231ec11a815db8f1bb1d917c;hpb=c8cd646b41355f90107c74c55f80ec293fbff17b;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/iswdigit.3 b/original/man3/iswdigit.3 index dd2fafd6..2468feb2 100644 --- a/original/man3/iswdigit.3 +++ b/original/man3/iswdigit.3 @@ -28,7 +28,9 @@ The function is the wide-character equivalent of the .BR isdigit (3) function. -It tests whether \fIwc\fP is a wide character +It tests whether +.I wc +is a wide character belonging to the wide-character class "digit". .PP The wide-character class "digit" is a subclass of the wide-character class @@ -59,7 +61,9 @@ contains exactly the digits \(aq0\(aq to \(aq9\(aq. The .BR iswdigit () function returns nonzero -if \fIwc\fP is a wide character +if +.I wc +is a wide character belonging to the wide-character class "digit". Otherwise it returns zero. .SH CONFORMING TO