Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebe0341

Browse files
committed
Use \citetitle instead of \emph.
1 parent 356d0ce commit ebe0341

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libsmtplib.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ \section{\module{smtplib} ---
1111
The \module{smtplib} module defines an SMTP client session object that
1212
can be used to send mail to any Internet machine with an SMTP or ESMTP
1313
listener daemon. For details of SMTP and ESMTP operation, consult
14-
\rfc{821} (\emph{Simple Mail Transfer Protocol}) and \rfc{1869}
15-
(\emph{SMTP Service Extensions}).
14+
\rfc{821} (\citetitle{Simple Mail Transfer Protocol}) and \rfc{1869}
15+
(\citetitle{SMTP Service Extensions}).
1616

1717
\begin{classdesc}{SMTP}{\optional{host\optional{, port}}}
1818
A \class{SMTP} instance encapsulates an SMTP connection. It has
@@ -249,11 +249,11 @@ \subsection{SMTP Example \label{SMTP-example}}
249249

250250

251251
\begin{seealso}
252-
\seetext{Internet \rfc{821}, \emph{Simple Mail Transfer Protocol}.
252+
\seetext{Internet \rfc{821}, \citetitle{Simple Mail Transfer Protocol}.
253253
Available online at
254254
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc821.txt}.}
255255

256-
\seetext{Internet \rfc{1869}, \emph{SMTP Service Extensions}.
256+
\seetext{Internet \rfc{1869}, \citetitle{SMTP Service Extensions}.
257257
Available online at
258258
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
259259
\end{seealso}

0 commit comments

Comments
 (0)