OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / iswdigit.3
index dd2fafd..2468feb 100644 (file)
@@ -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