diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 07:15:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 07:15:02 (GMT) |
commit | fc57619811688c2ca885d285c651e0da59b88cc4 (patch) | |
tree | 5bfe87ac9bca13742b8a4a8a4bbd6766b3c8a6d1 /Doc/libbinhex.tex | |
parent | 71c1e502f0fba1dd40c4cc93b2143189d82a7672 (diff) | |
download | cpython-fc57619811688c2ca885d285c651e0da59b88cc4.zip cpython-fc57619811688c2ca885d285c651e0da59b88cc4.tar.gz cpython-fc57619811688c2ca885d285c651e0da59b88cc4.tar.bz2 |
Remove obsolete \setindexsubitem macros.
Massive migration to methoddesc and memberdesc.
Logical markup as needed.
A sprinkling of index entries for flavor.
Diffstat (limited to 'Doc/libbinhex.tex')
-rw-r--r-- | Doc/libbinhex.tex | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Doc/libbinhex.tex b/Doc/libbinhex.tex index 560b401..6a7d3c6 100644 --- a/Doc/libbinhex.tex +++ b/Doc/libbinhex.tex @@ -1,15 +1,13 @@ -\section{Standard Module \sectcode{binhex}} +\section{Standard Module \module{binhex}} \label{module-binhex} \stmodindex{binhex} This module encodes and decodes files in binhex4 format, a format -allowing representation of Macintosh files in ASCII. On the macintosh, +allowing representation of Macintosh files in \ASCII{}. On the Macintosh, both forks of a file and the finder information are encoded (or decoded), on other platforms only the data fork is handled. -The \code{binhex} module defines the following functions: - -\setindexsubitem{(in module binhex)} +The \module{binhex} module defines the following functions: \begin{funcdesc}{binhex}{input, output} Convert a binary file with filename \var{input} to binhex file @@ -31,7 +29,8 @@ There is an alternative, more powerful interface to the coder and decoder, see the source for details. If you code or decode textfiles on non-Macintosh platforms they will -still use the macintosh newline convention (carriage-return as end of +still use the Macintosh newline convention (carriage-return as end of line). -As of this writing, \var{hexbin} appears to not work in all cases. +As of this writing, \function{hexbin()} appears to not work in all +cases. |