Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34672db

Browse files
committed
Remove over-active replace-string turds.
1 parent eb90946 commit 34672db

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Doc/lib/libal.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,52 +111,52 @@ \subsection{Port Objects}
111111

112112
\begin{methoddesc}[audio port]{closeport}{}
113113
Close the port.
114-
\end{methoddesc}[audio port]
114+
\end{methoddesc}
115115

116116
\begin{methoddesc}[audio port]{getfd}{}
117117
Return the file descriptor as an int.
118-
\end{methoddesc}[audio port]
118+
\end{methoddesc}
119119

120120
\begin{methoddesc}[audio port]{getfilled}{}
121121
Return the number of filled samples.
122-
\end{methoddesc}[audio port]
122+
\end{methoddesc}
123123

124124
\begin{methoddesc}[audio port]{getfillable}{}
125125
Return the number of fillable samples.
126-
\end{methoddesc}[audio port]
126+
\end{methoddesc}
127127

128128
\begin{methoddesc}[audio port]{readsamps}{nsamples}
129129
Read a number of samples from the queue, blocking if necessary.
130130
Return the data as a string containing the raw data, (e.g., 2 bytes per
131131
sample in big-endian byte order (high byte, low byte) if you have set
132132
the sample width to 2 bytes).
133-
\end{methoddesc}[audio port]
133+
\end{methoddesc}
134134

135135
\begin{methoddesc}[audio port]{writesamps}{samples}
136136
Write samples into the queue, blocking if necessary. The samples are
137137
encoded as described for the \method{readsamps()} return value.
138-
\end{methoddesc}[audio port]
138+
\end{methoddesc}
139139

140140
\begin{methoddesc}[audio port]{getfillpoint}{}
141141
Return the `fill point'.
142-
\end{methoddesc}[audio port]
142+
\end{methoddesc}
143143

144144
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
145145
Set the `fill point'.
146-
\end{methoddesc}[audio port]
146+
\end{methoddesc}
147147

148148
\begin{methoddesc}[audio port]{getconfig}{}
149149
Return a configuration object containing the current configuration of
150150
the port.
151-
\end{methoddesc}[audio port]
151+
\end{methoddesc}
152152

153153
\begin{methoddesc}[audio port]{setconfig}{config}
154154
Set the configuration from the argument, a configuration object.
155-
\end{methoddesc}[audio port]
155+
\end{methoddesc}
156156

157157
\begin{methoddesc}[audio port]{getstatus}{list}
158158
Get status information on last error.
159-
\end{methoddesc}[audio port]
159+
\end{methoddesc}
160160

161161

162162
\section{Standard Module \module{AL}}

Doc/libal.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,52 +111,52 @@ \subsection{Port Objects}
111111

112112
\begin{methoddesc}[audio port]{closeport}{}
113113
Close the port.
114-
\end{methoddesc}[audio port]
114+
\end{methoddesc}
115115

116116
\begin{methoddesc}[audio port]{getfd}{}
117117
Return the file descriptor as an int.
118-
\end{methoddesc}[audio port]
118+
\end{methoddesc}
119119

120120
\begin{methoddesc}[audio port]{getfilled}{}
121121
Return the number of filled samples.
122-
\end{methoddesc}[audio port]
122+
\end{methoddesc}
123123

124124
\begin{methoddesc}[audio port]{getfillable}{}
125125
Return the number of fillable samples.
126-
\end{methoddesc}[audio port]
126+
\end{methoddesc}
127127

128128
\begin{methoddesc}[audio port]{readsamps}{nsamples}
129129
Read a number of samples from the queue, blocking if necessary.
130130
Return the data as a string containing the raw data, (e.g., 2 bytes per
131131
sample in big-endian byte order (high byte, low byte) if you have set
132132
the sample width to 2 bytes).
133-
\end{methoddesc}[audio port]
133+
\end{methoddesc}
134134

135135
\begin{methoddesc}[audio port]{writesamps}{samples}
136136
Write samples into the queue, blocking if necessary. The samples are
137137
encoded as described for the \method{readsamps()} return value.
138-
\end{methoddesc}[audio port]
138+
\end{methoddesc}
139139

140140
\begin{methoddesc}[audio port]{getfillpoint}{}
141141
Return the `fill point'.
142-
\end{methoddesc}[audio port]
142+
\end{methoddesc}
143143

144144
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
145145
Set the `fill point'.
146-
\end{methoddesc}[audio port]
146+
\end{methoddesc}
147147

148148
\begin{methoddesc}[audio port]{getconfig}{}
149149
Return a configuration object containing the current configuration of
150150
the port.
151-
\end{methoddesc}[audio port]
151+
\end{methoddesc}
152152

153153
\begin{methoddesc}[audio port]{setconfig}{config}
154154
Set the configuration from the argument, a configuration object.
155-
\end{methoddesc}[audio port]
155+
\end{methoddesc}
156156

157157
\begin{methoddesc}[audio port]{getstatus}{list}
158158
Get status information on last error.
159-
\end{methoddesc}[audio port]
159+
\end{methoddesc}
160160

161161

162162
\section{Standard Module \module{AL}}

0 commit comments

Comments
 (0)