From 4518577b2402bf45691bd39ff1e010aa562378e2 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 14 Aug 1995 13:38:36 +0000 Subject: Fixed incorrect tex-code for readline --- Doc/lib/libtypes.tex | 2 +- Doc/libtypes.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 379d3fe..5c6bce8 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -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 diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex index 379d3fe..5c6bce8 100644 --- a/Doc/libtypes.tex +++ b/Doc/libtypes.tex @@ -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 -- cgit v0.12