diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-12 16:47:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-12 16:47:17 (GMT) |
commit | e20bd19f86bfcb4f3862cdfa5f56c9e48012cced (patch) | |
tree | 8e119f62fca433501806c533dba42e871e116312 /Doc/lib/libbase64.tex | |
parent | 131216290b76b4dd858d951b2ae8ed848bf3e7b1 (diff) | |
download | cpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.zip cpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.tar.gz cpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.tar.bz2 |
Convert several \seetext references to \seerfc and \seetitle versions.
These format somewhat better and include more semantic information in the
source.
Diffstat (limited to 'Doc/lib/libbase64.tex')
-rw-r--r-- | Doc/lib/libbase64.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index b608a8a..24525d1 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -52,9 +52,9 @@ base64 encoded data. \begin{seealso} \seemodule{binascii}{Support module containing \ASCII{}-to-binary and binary-to-\ASCII{} conversions.} - \seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet - Mail Extensions) Part One: Mechanisms for Specifying and - Describing the Format of Internet Message Bodies}, section - 5.2, ``Base64 Content-Transfer-Encoding,'' provides the - definition of the base64 encoding.} + \seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One: + Mechanisms for Specifying and Describing the Format of + Internet Message Bodies}{Section 5.2, ``Base64 + Content-Transfer-Encoding,'' provides the definition of the + base64 encoding.} \end{seealso} |