summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-27 04:17:20 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-27 04:17:20 (GMT)
commit3fc291a1d751fd5242a12a3634a4d30f1ee5688b (patch)
tree782e0991844d4b5940dde08cf12d0a1ef2d0f524
parentb802a1e7fa5f5833c820a74fdc2378ef75e30021 (diff)
downloadcpython-3fc291a1d751fd5242a12a3634a4d30f1ee5688b.zip
cpython-3fc291a1d751fd5242a12a3634a4d30f1ee5688b.tar.gz
cpython-3fc291a1d751fd5242a12a3634a4d30f1ee5688b.tar.bz2
Fix some markup errors.
-rw-r--r--Doc/lib/libsocket.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 2468aec..e540f8f 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