From 3a9bc5b0a3371bf9e839333040c95f7b328be81f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 22 Dec 2001 19:09:42 +0000 Subject: [PATCH] Fix the erroneous availability annotation for s.makefile() from the last checkin (my fault!). --- Doc/lib/libsocket.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 82d073ca5a47..fcd56e23c198 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -347,7 +347,6 @@ closed or garbage-collected independently. and \var{bufsize} arguments are interpreted the same way as by the built-in \function{open()} function; see ``Built-in Functions'' (section \ref{built-in-funcs}) for more information. -Availability: \UNIX. \end{methoddesc} \begin{methoddesc}[socket]{recv}{bufsize\optional{, flags}} -- 2.47.3