emulate old socket interface: correct docs.

This commit is contained in:
Vítor Santos Costa 2012-07-26 16:18:16 -04:00
parent e7551b106a
commit 21e7f359dc

View File

@ -5887,7 +5887,8 @@ Set buffering for @var{SOCKET} in @code{read} or @code{write}
receives the new status which may be one of @code{unbuf} or
@code{fullbuf}.
@item socket_select(+@var{SOCKETS}, -@var{NEWSTREAMS}, +@var{TIMEOUT}, +@var{STREAMS}, -@var{READSTREAMS})
@item socket_select(+@var{SOCKETS}, -@var{NEWSTREAMS}, +@var{TIMEOUT},
+@var{STREAMS}, -@var{READSTREAMS}) [unsupported in YAP-6.3]
@findex socket_select/5
@syindex socket_select/5
@cnindex socket_select/5