[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.71,1.72

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 25 Apr 2003 08:27:02 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv32305

Modified Files:
	libsocket.tex 
Log Message:
Fix a copy-paste error: the paragraph about inet_ntop's use was copied
literally from inet_pton.


Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** libsocket.tex	25 Apr 2003 14:53:48 -0000	1.71
--- libsocket.tex	25 Apr 2003 15:26:58 -0000	1.72
***************
*** 382,387 ****
  and \constant{AF_INET6}. 
  
! \function{inet_pton()} is useful when a library or network protocol calls for
! an object of type \ctype{struct in_addr} (similar to \function{inet_aton()})
  or \ctype{struct in6_addr}.
  
--- 382,387 ----
  and \constant{AF_INET6}. 
  
! \function{inet_ntop()} is useful when a library or network protocol returns
! an object of type \ctype{struct in_addr} (similar to \function{inet_ntoa()})
  or \ctype{struct in6_addr}.