summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-09 20:11:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-09 20:11:17 (GMT)
commitebe034110988305b01d9eea65828c389b15e1ee2 (patch)
tree92246fcb651c7fdf03307a6e32007bc9f1443790 /Doc
parent356d0ceb7e4ca6baf035f31319bb0db9dd92b16b (diff)
downloadcpython-ebe034110988305b01d9eea65828c389b15e1ee2.zip
cpython-ebe034110988305b01d9eea65828c389b15e1ee2.tar.gz
cpython-ebe034110988305b01d9eea65828c389b15e1ee2.tar.bz2
Use \citetitle instead of \emph.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsmtplib.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex
index 9d64783..d366cca 100644
--- a/Doc/lib/libsmtplib.tex
+++ b/Doc/lib/libsmtplib.tex
@@ -11,8 +11,8 @@
The \module{smtplib} module defines an SMTP client session object that
can be used to send mail to any Internet machine with an SMTP or ESMTP
listener daemon. For details of SMTP and ESMTP operation, consult
-\rfc{821} (\emph{Simple Mail Transfer Protocol}) and \rfc{1869}
-(\emph{SMTP Service Extensions}).
+\rfc{821} (\citetitle{Simple Mail Transfer Protocol}) and \rfc{1869}
+(\citetitle{SMTP Service Extensions}).
\begin{classdesc}{SMTP}{\optional{host\optional{, port}}}
A \class{SMTP} instance encapsulates an SMTP connection. It has
@@ -249,11 +249,11 @@ server.quit()
\begin{seealso}
- \seetext{Internet \rfc{821}, \emph{Simple Mail Transfer Protocol}.
+ \seetext{Internet \rfc{821}, \citetitle{Simple Mail Transfer Protocol}.
Available online at
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc821.txt}.}
- \seetext{Internet \rfc{1869}, \emph{SMTP Service Extensions}.
+ \seetext{Internet \rfc{1869}, \citetitle{SMTP Service Extensions}.
Available online at
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
\end{seealso}