X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=draft%2Fman3%2Fwcpcpy.3;h=b23694f0c81f257ef0b1599dcc418344a1916439;hp=3f5f7a2a349312decb5e129778ff40a1ed634ae4;hb=4098ba44b0a43ff980f70689be7c8ed69230e427;hpb=5364fb3127daecbc8a1622ff6484f4efda38f27c diff --git a/draft/man3/wcpcpy.3 b/draft/man3/wcpcpy.3 index 3f5f7a2a..b23694f0 100644 --- a/draft/man3/wcpcpy.3 +++ b/draft/man3/wcpcpy.3 @@ -14,7 +14,7 @@ .\" Translated Mon Oct 25 22:24:35 JST 1999 .\" by FUJIWARA Teruyoshi .\" -.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)