Fixed incorrect tex-code for readline

This commit is contained in:
Jack Jansen 1995-08-14 13:38:36 +00:00
parent 479c1b3008
commit 4518577b24
2 changed files with 2 additions and 2 deletions

View File

@ -676,7 +676,7 @@ Files have the following methods:
continue reading after an \EOF{} is hit.)
\end{funcdesc}
\begin{funcdesc}{readline}optional{size}}
\begin{funcdesc}{readline}{\optional{size}}
Read one entire line from the file. A trailing newline character is
kept in the string%
\footnote{The advantage of leaving the newline on is that an empty string

View File

@ -676,7 +676,7 @@ Files have the following methods:
continue reading after an \EOF{} is hit.)
\end{funcdesc}
\begin{funcdesc}{readline}optional{size}}
\begin{funcdesc}{readline}{\optional{size}}
Read one entire line from the file. A trailing newline character is
kept in the string%
\footnote{The advantage of leaving the newline on is that an empty string