OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcpcpy.3
index 3f5f7a2..b23694f 100644 (file)
@@ -14,7 +14,7 @@
 .\" Translated Mon Oct 25 22:24:35 JST 1999
 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
 .\"
-.TH WCPCPY 3 2010-09-15 "GNU" "Linux Programmer's Manual"
+.TH WCPCPY 3  2011-10-01 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O wcpcpy \- copy a wide-character string, returning a pointer to its end
@@ -58,13 +58,15 @@ _GNU_SOURCE
 .\"O .BR stpcpy (3)
 .\"O function.
 .\"O It copies the wide-character string pointed to by \fIsrc\fP,
-.\"O including the terminating L\(aq\\0\(aq character, to the array pointed to by
+.\"O including the terminating null wide character (L\(aq\\0\(aq),cw
+.\"O to the array pointed to by
 .\"O \fIdest\fP.
 .BR wcpcpy ()
 ´Ø¿ô¤Ï¡¢
 .BR stpcpy (3)
 ´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï \fIsrc\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤ò¡¢½ªÃ¼¤Î L\(aq\\0\(aq ¤ò´Þ¤á¤Æ¡¢
+¤³¤Î´Ø¿ô¤Ï \fIsrc\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤ò¡¢
+½ªÃ¼¤Î NULL ¥ï¥¤¥Éʸ»ú (L\(aq\\0\(aq) ¤ò´Þ¤á¤Æ¡¢
 \fIdest\fP ¤¬»Ø¤¹ÇÛÎó¤Ë¥³¥Ô¡¼¤¹¤ë¡£
 .PP
 .\"O The strings may not overlap.
@@ -79,14 +81,13 @@ _GNU_SOURCE
 .SH ÊÖ¤êÃÍ
 .\"O .BR wcpcpy ()
 .\"O returns a pointer to the end of the wide-character string
-.\"O \fIdest\fP, that is, a pointer to the terminating L\(aq\\0\(aq character.
+.\"O \fIdest\fP, that is, a pointer to the terminating null wide character.
 .BR wcpcpy ()
-¤Ï¡¢¥ï¥¤¥Éʸ»úʸ»úÎó \fIdest\fP ¤ÎËöÈø¡¢¤Ä¤Þ¤ê½ªÃ¼¤Î
-L\(aq\\0\(aq Ê¸»ú¤ò»Ø¤¹¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£
+¤Ï¡¢¥ï¥¤¥Éʸ»úʸ»úÎó \fIdest\fP ¤ÎËöÈø¡¢¤Ä¤Þ¤ê½ªÃ¼¤Î NULL ¥ï¥¤¥Éʸ»ú
+¤ò»Ø¤¹¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£
 .\"O .SH "CONFORMING TO"
 .SH ½àµò
-.\"O This function is a GNU extension.
-¤³¤Î´Ø¿ô¤Ï GNU ³ÈÄ¥¤Ç¤¢¤ë¡£
+POSIX.1-2008.
 .SH ´ØÏ¢¹àÌÜ
 .BR strcpy (3),
 .BR wcscpy (3)