diff options
Diffstat (limited to 'Doc/lib/libbinhex.tex')
-rw-r--r-- | Doc/lib/libbinhex.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libbinhex.tex b/Doc/lib/libbinhex.tex index 1829b40..a3e5f9a 100644 --- a/Doc/lib/libbinhex.tex +++ b/Doc/lib/libbinhex.tex @@ -1,7 +1,7 @@ \section{\module{binhex} --- - Encode and decode files in binhex4 format.} -\declaremodule{standard}{binhex} + Encode and decode binhex4 files} +\declaremodule{standard}{binhex} \modulesynopsis{Encode and decode files in binhex4 format.} @@ -27,7 +27,8 @@ argument is empty in which case the output filename is read from the binhex file. \end{funcdesc} -\subsection{Notes} +\subsection{Notes \label{binhex-notes}} + There is an alternative, more powerful interface to the coder and decoder, see the source for details. |