From: Fred Drake Date: Thu, 27 Sep 2001 04:17:20 +0000 (+0000) Subject: Fix some markup errors. X-Git-Tag: v2.2.1c1~1587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc291a1d751fd5242a12a3634a4d30f1ee5688b;p=thirdparty%2FPython%2Fcpython.git Fix some markup errors. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 2468aecde5de..e540f8fd8f16 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -19,8 +19,8 @@ for the various socket-related system calls are also a valuable source of information on the details of socket semantics. For \UNIX, refer 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}. +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 \UNIX{} system call and library interface for sockets to Python's