summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocksvr.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-10 16:21:37 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-10 16:21:37 (GMT)
commit37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6 (patch)
tree4cdf27299cf246bde473615c2556e874c75535be /Doc/lib/libsocksvr.tex
parente15eb35fd0a038aead785a57526157e6745e0b09 (diff)
downloadcpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.zip
cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.gz
cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.bz2
Use \citetitle and \programopt as appropriate.
Diffstat (limited to 'Doc/lib/libsocksvr.tex')
-rw-r--r--Doc/lib/libsocksvr.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex
index 13b6d64..120b049 100644
--- a/Doc/lib/libsocksvr.tex
+++ b/Doc/lib/libsocksvr.tex
@@ -16,8 +16,8 @@ lost while in transit. The more infrequently used
\class{UnixStreamServer} and \class{UnixDatagramServer} classes are
similar, but use \UNIX{} domain sockets; they're not available on
non-\UNIX{} platforms. For more details on network programming, consult
-a book such as W. Richard Steven's \emph{UNIX Network Programming}
-or Ralph Davis's \emph{Win32 Network Programming}.
+a book such as W. Richard Steven's \citetitle{UNIX Network Programming}
+or Ralph Davis's \citetitle{Win32 Network Programming}.
These four classes process requests \dfn{synchronously}; each request
must be completed before the next request can be started. This isn't