OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / iswpunct.3
index 80c90d4..cdee2f8 100644 (file)
@@ -28,7 +28,9 @@ The
 function is the wide-character equivalent of the
 .BR ispunct (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 "punct".
 .PP
 The wide-character class "punct" is a subclass of the wide-character class
@@ -50,7 +52,9 @@ the wide-character class
 The
 .BR iswpunct ()
 function returns nonzero
-if \fIwc\fP is a wide-character
+if
+.I wc
+is a wide-character
 belonging to the wide-character class "punct".
 Otherwise it returns zero.
 .SH CONFORMING TO