Fix Barry's markup.

This commit is contained in:
Fred Drake 1998-11-02 17:23:25 +00:00
parent a096a2e6a2
commit cab91efd34
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ are other references to it. A closed device should not be used again.
\begin{methoddesc}[audio device]{fileno}{} \begin{methoddesc}[audio device]{fileno}{}
Returns the file descriptor associated with the device. This can be Returns the file descriptor associated with the device. This can be
used to set up \code{SIGPOLL} notification, as described below. used to set up \code{SIGPOLL} notification, as described below.
\end{methoddocs} \end{methoddesc}
\begin{methoddesc}[audio device]{drain}{} \begin{methoddesc}[audio device]{drain}{}
This method waits until all pending output is processed and then returns. This method waits until all pending output is processed and then returns.