]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup adjustments for consistency.
authorFred Drake <fdrake@acm.org>
Fri, 14 Sep 2001 17:48:41 +0000 (17:48 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 14 Sep 2001 17:48:41 +0000 (17:48 +0000)
Doc/lib/libsmtplib.tex

index 7ab942b2ccc6c2c1b6aad2be7c8d2bb0608f30a2..484ef1fe558a8eab24159e0e9f2c3eb1e4d857cd 100644 (file)
@@ -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{,