summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-03 05:56:55 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-03 05:56:55 (GMT)
commit58a2dff7f4fb4753980781a983be3d5b61abe41d (patch)
treeabbb5b524bbddfda54479603dccca2b45f5759b8 /Doc/lib
parentda175f4bdda1cfd12be63435315c8a1dcb2254b2 (diff)
downloadcpython-58a2dff7f4fb4753980781a983be3d5b61abe41d.zip
cpython-58a2dff7f4fb4753980781a983be3d5b61abe41d.tar.gz
cpython-58a2dff7f4fb4753980781a983be3d5b61abe41d.tar.bz2
Replace minimal \seetext references with better annotated \seerfc
references, telling the reader more about what to expect at the other end of the links.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsmtplib.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex
index 13bf340..bc69387d 100644
--- a/Doc/lib/libsmtplib.tex
+++ b/Doc/lib/libsmtplib.tex
@@ -75,13 +75,14 @@ A nice selection of exceptions is defined as well:
\begin{seealso}
- \seetext{Internet \rfc{821}, \emph{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}.
- Available online at
- \url{http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
+ \seerfc{821}{Simple Mail Transfer Protocol}{Protocol definition for
+ SMTP. This document covers the model, operating procedure,
+ and protocol details for SMTP.}
+ \seerfc{1869}{SMTP Service Extensions}{Definition of the ESMTP
+ extensions for SMTP. This describes a framework for
+ extending SMTP with new commands, supporting dynamic
+ discovery of the commands provided by the server, and
+ defines a few additional commands.}
\end{seealso}