From: Fred Drake Date: Fri, 14 Sep 2001 17:48:41 +0000 (+0000) Subject: Markup adjustments for consistency. X-Git-Tag: v2.2.1c1~1802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2a5f3f721cc13624ee65b97890525c0a358cb9b;p=thirdparty%2FPython%2Fcpython.git Markup adjustments for consistency. --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 7ab942b2ccc6..484ef1fe558a 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -178,12 +178,13 @@ or may raise the following exceptions: \end{description} \end{methoddesc} -\begin{methoddesc}{starttls}{\optional{keyfile, certfile}} -Put the SMTP connection in TLS (Transport Layer Security) mode. All SMTP -commands that follow will be encrypted. You should then call ehlo() again. +\begin{methoddesc}{starttls}{\optional{keyfile\optional{, certfile}}} +Put the SMTP connection in TLS (Transport Layer Security) mode. All +SMTP commands that follow will be encrypted. You should then call +\method{ehlo()} again. -If \var{keyfile} and \var{certfile} are provided, these are passed to the -socket module's ssl function. +If \var{keyfile} and \var{certfile} are provided, these are passed to +the \refmodule{socket} module's \function{ssl()} function. \end{methoddesc} \begin{methoddesc}{sendmail}{from_addr, to_addrs, msg\optional{,