diff --git a/reference/sockets/functions/socket-set-block.xml b/reference/sockets/functions/socket-set-block.xml index 6e6d5aa1b2..45f1bf5ae3 100644 --- a/reference/sockets/functions/socket-set-block.xml +++ b/reference/sockets/functions/socket-set-block.xml @@ -1,5 +1,5 @@ - + socket_set_block @@ -13,9 +13,38 @@ boolsocket_set_block resourcesocket - - &warn.undocumented.func; - + + The socket_set_block function removes the O_NONBLOCK flag + on the socket specified by the socket parameter. + + + + <function>socket_set_block</function> example + + +]]> + + + &return.success;