OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[linuxjm/LDP_man-pages.git] / draft / man3 / fgetws.3
index 3e0d010..b02d73a 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .\" WORD: null wide characters ¥Ê¥ë¥ï¥¤¥Éʸ»ú
 .\"
-.TH FGETWS 3  1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH FGETWS 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O fgetws \- read a wide-character string from a FILE stream
@@ -44,7 +44,7 @@ fgetws \- 
 .\"O function.
 .\"O It reads a string of at most \fIn\-1\fP wide characters into the
 .\"O wide-character array pointed to by \fIws\fP,
-.\"O and adds a terminating L\(aq\\0\(aq character.
+.\"O and adds a terminating null wide character (L\(aq\\0\(aq).
 .\"O It stops reading wide characters after it has encountered and
 .\"O stored a newline wide character.
 .\"O It also stops when end of stream is reached.
@@ -53,7 +53,8 @@ fgetws \- 
 .BR fgets (3)
 ¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
 ¤³¤Î´Ø¿ô¤Ï¡¢ºÇÂç \fIn\-1\fP Ê¸»ú¤Î¥ï¥¤¥Éʸ»ú¤ò
-\fIws\fP ¤¬¼¨¤¹¥ï¥¤¥Éʸ»ú¤ÎÇÛÎó¤ËÆɤ߹þ¤ß¡¢½ªÃ¼¤Î L\(aq\\0\(aq Ê¸»ú¤òÄɲ乤롣
+\fIws\fP ¤¬¼¨¤¹¥ï¥¤¥Éʸ»ú¤ÎÇÛÎó¤ËÆɤ߹þ¤ß¡¢
+½ªÃ¼¤Î NULL ¥ï¥¤¥Éʸ»ú (L\(aq\\0\(aq) ¤òÄɲ乤롣
 ¤³¤Î´Ø¿ô¤Ï¡¢¥ï¥¤¥Éʸ»ú¤Î²þ¹Ôʸ»ú¤ò¸«¤Ä¤±¡¢¤³¤ì¤ò³ÊǼ¤¹¤ë¤ÈÆɤ߹þ¤à¤Î¤ò»ß¤á¤ë¡£
 ¤³¤Î´Ø¿ô¤Ï¥¹¥È¥ê¡¼¥à¤Î½ª¤ï¤ê¤Ë㤷¤¿¾ì¹ç¤âÆɤ߹þ¤ß¤ò»ß¤á¤ë¡£
 .PP