----Next_Part(Fri_Aug_20_23:40:03_1999_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

ruby-man-1.4 ¤È ruby-man-1.4-jp ¤òį¤á¤Æ¤¤¤Æ¤¤¤¯¤Ä¤«¥ß¥¹(¤È¤¤¤¦¤«µÏ¨Â
¤ì¤È¸À¤¦¤« inconsistent ¤È¸À¤¦¤«)¤Ëµ¤¤¬ÉÕ¤­¤Þ¤·¤¿¡£

ÆüËܸìÈÇ:
¡¦{TCP,UDP}socket#recvfrom ÀâÌÀÃæ¤Ë recv ¤Ø¤Î¥ê¥ó¥¯¤¬Ìµ¤¤
¡¦socket.html ¤Î UDPsocket#recvfrom ¤ÎÀâÌÀ¤¬¸Å¤¤¤Þ¤Þ¤Ç¤¢¤ë

±Ñ¸ìÈÇ
¡¦bundle.html ¤Ë IPsocket, UDPsocket ¤Ø¤Î¥ê¥ó¥¯¤¬Ìµ¤¤
¡¦socket.html ¤Î {TCP,UDP}socket#recvfrom ¤ÎÀâÌÀ¤Ç»²¾È¤·¤Æ¤¤¤ë
  TCPsocket#addr ¤Ï IPsocket#addr ¤Î´Ö°ã¤¤
¡¦socket.html ¤Î UDPsocket#recvfrom ¤ÎÀâÌÀ¤¬¸Å¤¤¤Þ¤Þ¤Ç¤¢¤ë

¤È¤æ¤³¤È¤Ç¡¢¥Ñ¥Ã¥Á¤ò¤Ä¤±¤Æ¤ª¤­¤Þ¤¹¡£

¤È¤³¤í¤Ç¡¢ÊÌ¥¹¥ì¥Ã¥É¤Ç¤Î ruby-1.4.0 ¤Î SEGV ¤Î·ï¤Ç¤¹¤¬¡¢ruby-dev ¤Î¥Ñ¥Ã
¥Á 3¤Ä¤òÅö¤¿¤È¤³¤í¡¢º£¤Î¤È¤³¤í 8»þ´Öư¤«¤·¤Ã¤Ñ¤Ê¤·¤ÇÌäÂ꤬µ¯¤­¤Æ¤¤¤Þ¤»¤ó¡£
¤³¤Î¤Þ¤ÞÌäÂê̵¤¤¤ÈÎɤ¤¤Ê¤¡¡£
--
¤È¤·¤Á¤ã¤ó // toshi / tea.forus.or.jp, toshi / csce.kyushu-u.ac.jp


----Next_Part(Fri_Aug_20_23:40:03_1999_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Content-Description: ruby-man-1.4-jp diff
Content-Disposition: attachment; filename="diff.man-jp"

--- socket.html-dist	Tue Jul 13 17:00:26 1999
+++ socket.html	Fri Aug 20 23:13:45 1999
@@ -195,7 +195,7 @@
 <code>recv</code>¤ÈƱÍͤ˥åȤ«¤é¥Ç¡¼¥¿¤ò¼õ¤±¼è¤ê¤Þ¤¹¤¬¡¤
 Ìá¤êÃͤÏʸ»úÎó¤ÈÁê¼ê¥Ã¥È¤Î¥¢¥É¥ì¥¹(·Á¼°¤Ï
 <a hreftip_addr">IPsocket#addr</a>»²¾È)¤Î¥Ú¥¢¤Ç¤¹¡¥°ú¿ô¤Ë¤Ä
-¤¤¤Æ¤Ïrecv¤ÈƱÍͤǤ¹¡¥
+¤¤¤Æ¤Ï<a hrefbso_recv">recv</a>¤ÈƱÍͤǤ¹¡¥
 </P>
 </dl>
 </dl>
@@ -342,8 +342,9 @@
 <dd> 
 <P>
 <code>recv</code>¤ÈƱÍͤ˥åȤ«¤é¥Ç¡¼¥¿¤ò¼õ¤±¼è¤ê¤Þ¤¹¤¬¡¤
-Ìá¤êÃͤÏʸ»úÎó¤ÈÁê¼ê¥Ã¥È¤Î¥¢¥É¥ì¥¹(·Á¼°¤Ï[host, port]¤Î
-ÇÛÎó)¤Î¥Ú¥¢¤Ç¤¹¡¥°ú¿ô¤Ë¤Ä¤¤¤Æ¤Ïrecv¤ÈƱÍͤǤ¹¡¥
+Ìá¤êÃͤÏʸ»úÎó¤ÈÁê¼ê¥Ã¥È¤Î¥¢¥É¥ì¥¹(·Á¼°¤Ï
+<a hreftip_addr">IPsocket#addr</a>»²¾È)¤Î¥Ú¥¢¤Ç¤¹¡¥°ú¿ô¤Ë¤Ä
+¤¤¤Æ¤Ï<a hrefbso_recv">recv</a>¤ÈƱÍͤǤ¹¡¥
 </P>
 <dt> <a namedp_send"><code>send(<var>mesg</var>, <var>flags[, </var><var>host</var>, <var>port</var>])</code></a>
 <dd> 

----Next_Part(Fri_Aug_20_23:40:03_1999_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ruby-man-1.4 diff
Content-Disposition: attachment; filename="diff.man"

--- bundle.html-dist	Tue Apr 28 21:45:19 1998
+++ bundle.html	Fri Aug 20 23:22:45 1999
@@ -25,9 +25,13 @@
 <ul>
 <li> <code><a hrefocket.html#BasicSocket"><code>BasicSocket</code></a></code>
 <ul>
+<li> <code><a hrefocket.html#IPsocket">IPsocket</a></code>
+<ul>
 <li> <code><a hrefocket.html#TCPsocket"><code>TCPsocket</code></a></code>
 <ul>
 <li> <code><a hrefocket.html#TCPserver"><code>TCPserver</code></a></code>
+</ul>
+<li> <code><a hrefocket.html#UDPsocket"><code>UDPsocket</code></a></code>
 </ul>
 <li> <code><a hrefocket.html#UNIXsocket"><code>UNIXsocket</code></a></code>
 <ul>
--- socket.html-dist	Tue Jul 13 17:01:08 1999
+++ socket.html	Fri Aug 20 23:20:44 1999
@@ -188,7 +188,7 @@
 <dd> 
 <P>
 Receives data from the socket and returns the pair of data and the
-address of the sender.  Refer <a hreftso_addr">TCPsocket#addr</a>
+address of the sender.  Refer <a hreftip_addr">IPsocket#addr</a>
 for the address format.  For arguments, see 
 <a hrefbso_recv"><code>recv</code></a>.
 </P>
@@ -332,10 +332,10 @@
 <dt> <a namedp_recvfrom"><code>recvfrom(<var>len</var>[, <var>flags</var>])</code></a>
 <dd> 
 <P>
-Receives data from the socket and returns the pair of data
-and the address of the sender.  The address is in the form
-of <code>[host, port]</code>.  For arguments, see <a
-hrefbso_recv"><code>recv</code></a>.
+Receives data from the socket and returns the pair of data and the
+address of the sender.  Refer <a hreftip_addr">IPsocket#addr</a>
+for the address format.  For arguments, see 
+<a hrefbso_recv"><code>recv</code></a>.
 </P>
 <dt> <a namedp_send"><code>send(<var>mesg</var>, <var>flags[, </var><var>host</var>, <var>port</var>])</code></a>
 <dd> 

----Next_Part(Fri_Aug_20_23:40:03_1999_809)----