OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcscat.3
index 42687b4..95c9d59 100644 (file)
@@ -15,7 +15,7 @@
 .\" Translated Sun Oct 17 21:56:31 JST 1999
 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
 .\"
-.TH WCSCAT 3 1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH WCSCAT 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O wcscat \- concatenate two wide-character strings
@@ -36,13 +36,14 @@ wcscat \- 2 
 .\"O .BR strcat (3)
 .\"O function.
 .\"O It copies the wide-character string pointed to by \fIsrc\fP,
-.\"O including the terminating L\(aq\\0\(aq character,
+.\"O including the terminating null wide character (L\(aq\\0\(aq),
 .\"O to the end of the wide-character string pointed to by \fIdest\fP.
 .BR wcscat ()
 ´Ø¿ô¤Ï¡¢
 .BR strcat (3)
 ¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fIsrc\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó(½ªÃ¼¤Î L\(aq\\0\(aq Ê¸»ú¤ò´Þ¤à)¤ò¡¢
+¤³¤Î´Ø¿ô¤Ï¡¢\fIsrc\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó
+(½ªÃ¼¤Î NULL ¥ï¥¤¥Éʸ»ú (L\(aq\\0\(aq) ¤ò´Þ¤à) ¤ò¡¢
 \fIdest\fP ¤¬»Ø¤¹¥ï¥¤¥Éʸ»úʸ»úÎó¤ÎºÇ¸å¤Ë¥³¥Ô¡¼¤¹¤ë¡£
 .PP
 .\"O The strings may not overlap.