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

Skip to content

Commit 4290161

Browse files
committed
s.avail() has met its maker
1 parent 93fcb9b commit 4290161

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

Doc/lib/libsocket.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ \subsection{Socket Object Methods}
114114
to the socket on the other end of the connection.
115115
\end{funcdesc}
116116

117-
\begin{funcdesc}{avail}{}
118-
Return true (nonzero) if at least one byte of data can be received
119-
from the socket without blocking, false (zero) if not. There is no
120-
indication of how many bytes are available. (\strong{This function is
121-
obsolete --- see module \code{select} for a more general solution.})
122-
\end{funcdesc}
123-
124117
\begin{funcdesc}{bind}{address}
125118
Bind the socket to an address. The socket must not already be bound.
126119
\end{funcdesc}

Doc/libsocket.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ \subsection{Socket Object Methods}
114114
to the socket on the other end of the connection.
115115
\end{funcdesc}
116116

117-
\begin{funcdesc}{avail}{}
118-
Return true (nonzero) if at least one byte of data can be received
119-
from the socket without blocking, false (zero) if not. There is no
120-
indication of how many bytes are available. (\strong{This function is
121-
obsolete --- see module \code{select} for a more general solution.})
122-
\end{funcdesc}
123-
124117
\begin{funcdesc}{bind}{address}
125118
Bind the socket to an address. The socket must not already be bound.
126119
\end{funcdesc}

0 commit comments

Comments
 (0)