diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
commit | 37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6 (patch) | |
tree | 4cdf27299cf246bde473615c2556e874c75535be /Doc/lib/libsocket.tex | |
parent | e15eb35fd0a038aead785a57526157e6745e0b09 (diff) | |
download | cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.zip cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.gz cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.bz2 |
Use \citetitle and \programopt as appropriate.
Diffstat (limited to 'Doc/lib/libsocket.tex')
-rw-r--r-- | Doc/lib/libsocket.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index e8c8731..4abe805 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -9,13 +9,13 @@ This module provides access to the BSD \emph{socket} interface. It is available on \UNIX{} systems that support this interface. For an introduction to socket programming (in C), see the following -papers: \emph{An Introductory 4.3BSD Interprocess Communication -Tutorial}, by Stuart Sechrest and \emph{An Advanced 4.3BSD Interprocess -Communication Tutorial}, by Samuel J. Leffler et al, both in the -\UNIX{} Programmer's Manual, Supplementary Documents 1 (sections PS1:7 -and PS1:8). The \UNIX{} manual pages for the various socket-related -system calls are also a valuable source of information on the details of -socket semantics. +papers: \citetitle{An Introductory 4.3BSD Interprocess Communication +Tutorial}, by Stuart Sechrest and \citetitle{An Advanced 4.3BSD +Interprocess Communication Tutorial}, by Samuel J. Leffler et al, +both in the \citetitle{\UNIX{} Programmer's Manual, Supplementary Documents 1} +(sections PS1:7 and PS1:8). The \UNIX{} manual pages for the various +socket-related system calls are also a valuable source of information +on the details of socket semantics. The Python interface is a straightforward transliteration of the \UNIX{} system call and library interface for sockets to Python's |