@@ -9,21 +9,20 @@ \section{Standard Module \sectcode{mailbox}}
99
1010\begin {funcdesc }{UnixMailbox}{fp}
1111Access a classic \UNIX {}-style mailbox, where all messages are contained
12- in a single file and separated by `` From name time'' lines. \var {Fp}
13- is the file object pointing to the mailbox file.
12+ in a single file and separated by `` From name time'' lines.
13+ The file object \var {fp} points to the mailbox file.
1414\end {funcdesc }
1515
1616\begin {funcdesc }{MmdfMailbox}{fp}
1717Access an MMDF-style mailbox, where all messages are contained
1818in a single file and separated by lines consisting of 4 control-A
19- characters. \var {Fp}
20- is the file object pointing to the mailbox file.
19+ characters. The file object \var {fp} points to the mailbox file.
2120\end {funcdesc }
2221
2322\begin {funcdesc }{MHMailbox}{dirname}
2423Access an MH mailbox, a directory with each message in a separate
25- file with a numeric name. \var {Dirname}
26- is the name of the mailbox directory.
24+ file with a numeric name.
25+ The name of the mailbox directory is passed in \var {dirname} .
2726\end {funcdesc }
2827
2928\subsection {Mailbox Objects }
@@ -38,4 +37,3 @@ \subsection{Mailbox Objects}
3837taking care of things like message boundaries if multiple mail messages are
3938contained in a single file, etc.
4039\end {funcdesc }
41-
0 commit comments