From 708c2a877ed013007b2467a93b95187affba78ef Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 14 Jul 2003 18:36:47 +0000 Subject: [PATCH] Fix unbalanced parenthesis in text. --- Doc/lib/libal.tex | 2 +- Doc/lib/libcurses.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index 7159d6fb69..e3fdc9123f 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -62,7 +62,7 @@ list such as returned by \function{queryparams()}. \subsection{Configuration Objects \label{al-config-objects}} -Configuration objects (returned by \function{newconfig()} have the +Configuration objects returned by \function{newconfig()} have the following methods: \begin{methoddesc}[audio configuration]{getqueuesize}{} diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 9c1155320a..a79e02c938 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -997,7 +997,7 @@ the window. \begin{methoddesc}[window]{timeout}{delay} Sets blocking or non-blocking read behavior for the window. If -\var{delay} is negative, blocking read is used, which will wait +\var{delay} is negative, blocking read is used (which will wait indefinitely for input). If \var{delay} is zero, then non-blocking read is used, and -1 will be returned by \method{getch()} if no input is waiting. If \var{delay} is positive, then \method{getch()} will -- 2.50.1