OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / wcsrchr.3
index 9f087f1..5931c7b 100644 (file)
@@ -29,14 +29,21 @@ function is the wide-character equivalent
 of the
 .BR strrchr (3)
 function.
-It searches the last occurrence of \fIwc\fP in the wide-character
-string pointed to by \fIwcs\fP.
+It searches the last occurrence of
+.I wc
+in the wide-character
+string pointed to by
+.IR wcs .
 .SH RETURN VALUE
 The
 .BR wcsrchr ()
 function returns a pointer to the last occurrence of
-\fIwc\fP in the wide-character string pointed to by \fIwcs\fP, or NULL if
-\fIwc\fP does not occur in the string.
+.I wc
+in the wide-character string pointed to by
+.IR wcs ,
+or NULL if
+.I wc
+does not occur in the string.
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO