OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / wmemset.3
index a0096cf..e6ef423 100644 (file)
@@ -28,11 +28,18 @@ The
 function is the wide-character equivalent of the
 .BR memset (3)
 function.
-It fills the array of \fIn\fP wide-characters starting at \fIwcs\fP
-with \fIn\fP copies of the wide character \fIwc\fP.
+It fills the array of
+.I n
+wide-characters starting at
+.I wcs
+with
+.I n
+copies of the wide character
+.IR wc .
 .SH RETURN VALUE
 .BR wmemset ()
-returns \fIwcs\fP.
+returns
+.IR wcs .
 .SH CONFORMING TO
 C99.
 .SH SEE ALSO