summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libsocket.tex7
-rw-r--r--Doc/libsocket.tex7
2 files changed, 0 insertions, 14 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index a5d5a17..dfd08c7 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
to the socket on the other end of the connection.
\end{funcdesc}
-\begin{funcdesc}{avail}{}
-Return true (nonzero) if at least one byte of data can be received
-from the socket without blocking, false (zero) if not. There is no
-indication of how many bytes are available. (\strong{This function is
-obsolete --- see module \code{select} for a more general solution.})
-\end{funcdesc}
-
\begin{funcdesc}{bind}{address}
Bind the socket to an address. The socket must not already be bound.
\end{funcdesc}
diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex
index a5d5a17..dfd08c7 100644
--- a/Doc/libsocket.tex
+++ b/Doc/libsocket.tex
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
to the socket on the other end of the connection.
\end{funcdesc}
-\begin{funcdesc}{avail}{}
-Return true (nonzero) if at least one byte of data can be received
-from the socket without blocking, false (zero) if not. There is no
-indication of how many bytes are available. (\strong{This function is
-obsolete --- see module \code{select} for a more general solution.})
-\end{funcdesc}
-
\begin{funcdesc}{bind}{address}
Bind the socket to an address. The socket must not already be bound.
\end{funcdesc}