[Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.53,1.54

Fred L. Drake fdrake@users.sourceforge.net
Wed, 26 Sep 2001 21:17:22 -0700


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

Modified Files:
	libsocket.tex 
Log Message:
Fix some markup errors.

Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** libsocket.tex	2001/09/25 15:48:11	1.53
--- libsocket.tex	2001/09/27 04:17:20	1.54
***************
*** 20,25 ****
  to the manual pages; for Windows, see the WinSock (or Winsock 2)
  specification.
! For IPv6-ready APIs, readers may want to refer to RFC2553 titled
! \cite{Basic Socket Interface Extensions for IPv6}.
  
  The Python interface is a straightforward transliteration of the
--- 20,25 ----
  to the manual pages; for Windows, see the WinSock (or Winsock 2)
  specification.
! For IPv6-ready APIs, readers may want to refer to \rfc{2553} titled
! \citetitle{Basic Socket Interface Extensions for IPv6}.
  
  The Python interface is a straightforward transliteration of the