diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 16:24:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 16:24:21 (GMT) |
commit | 34672dbb3831bfae85be5ec3acfd9d0a28a7946c (patch) | |
tree | 66f8a57f90d845a730978a846b7ecca880c5a845 | |
parent | eb909469787bda8eae147adc3e2b7049b73875d9 (diff) | |
download | cpython-34672dbb3831bfae85be5ec3acfd9d0a28a7946c.zip cpython-34672dbb3831bfae85be5ec3acfd9d0a28a7946c.tar.gz cpython-34672dbb3831bfae85be5ec3acfd9d0a28a7946c.tar.bz2 |
Remove over-active replace-string turds.
-rw-r--r-- | Doc/lib/libal.tex | 22 | ||||
-rw-r--r-- | Doc/libal.tex | 22 |
2 files changed, 22 insertions, 22 deletions
diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index fb31ffa..ed675a9 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -111,52 +111,52 @@ methods: \begin{methoddesc}[audio port]{closeport}{} Close the port. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfd}{} Return the file descriptor as an int. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfilled}{} Return the number of filled samples. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfillable}{} Return the number of fillable samples. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{readsamps}{nsamples} Read a number of samples from the queue, blocking if necessary. Return the data as a string containing the raw data, (e.g., 2 bytes per sample in big-endian byte order (high byte, low byte) if you have set the sample width to 2 bytes). -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{writesamps}{samples} Write samples into the queue, blocking if necessary. The samples are encoded as described for the \method{readsamps()} return value. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfillpoint}{} Return the `fill point'. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{setfillpoint}{fillpoint} Set the `fill point'. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getconfig}{} Return a configuration object containing the current configuration of the port. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{setconfig}{config} Set the configuration from the argument, a configuration object. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getstatus}{list} Get status information on last error. -\end{methoddesc}[audio port] +\end{methoddesc} \section{Standard Module \module{AL}} diff --git a/Doc/libal.tex b/Doc/libal.tex index fb31ffa..ed675a9 100644 --- a/Doc/libal.tex +++ b/Doc/libal.tex @@ -111,52 +111,52 @@ methods: \begin{methoddesc}[audio port]{closeport}{} Close the port. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfd}{} Return the file descriptor as an int. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfilled}{} Return the number of filled samples. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfillable}{} Return the number of fillable samples. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{readsamps}{nsamples} Read a number of samples from the queue, blocking if necessary. Return the data as a string containing the raw data, (e.g., 2 bytes per sample in big-endian byte order (high byte, low byte) if you have set the sample width to 2 bytes). -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{writesamps}{samples} Write samples into the queue, blocking if necessary. The samples are encoded as described for the \method{readsamps()} return value. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getfillpoint}{} Return the `fill point'. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{setfillpoint}{fillpoint} Set the `fill point'. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getconfig}{} Return a configuration object containing the current configuration of the port. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{setconfig}{config} Set the configuration from the argument, a configuration object. -\end{methoddesc}[audio port] +\end{methoddesc} \begin{methoddesc}[audio port]{getstatus}{list} Get status information on last error. -\end{methoddesc}[audio port] +\end{methoddesc} \section{Standard Module \module{AL}} |