Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e99adb

Browse files
committed
Don't capitalize identifiers at the beginning of the sentence; re-write to
place them elsewhere so they get the right capitalization.
1 parent 01dbb88 commit 6e99adb

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

Doc/lib/libmailbox.tex

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ \section{Standard Module \sectcode{mailbox}}
99

1010
\begin{funcdesc}{UnixMailbox}{fp}
1111
Access 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}
1717
Access an MMDF-style mailbox, where all messages are contained
1818
in 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}
2423
Access 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}
3837
taking care of things like message boundaries if multiple mail messages are
3938
contained in a single file, etc.
4039
\end{funcdesc}
41-

Doc/libmailbox.tex

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ \section{Standard Module \sectcode{mailbox}}
99

1010
\begin{funcdesc}{UnixMailbox}{fp}
1111
Access 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}
1717
Access an MMDF-style mailbox, where all messages are contained
1818
in 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}
2423
Access 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}
3837
taking care of things like message boundaries if multiple mail messages are
3938
contained in a single file, etc.
4039
\end{funcdesc}
41-

0 commit comments

Comments
 (0)