]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use \citetitle instead of \emph.
authorFred Drake <fdrake@acm.org>
Tue, 9 Nov 1999 20:11:17 +0000 (20:11 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Nov 1999 20:11:17 +0000 (20:11 +0000)
Doc/lib/libsmtplib.tex

index 9d64783f7d683e709ba17ea0e13b71bdaa939341..d366ccae7432e9e3474b7995d9a54acfdc0c8908 100644 (file)
@@ -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}