diff --git a/reference/sockets/functions/socket-set-nonblock.xml b/reference/sockets/functions/socket-set-nonblock.xml index 3df5b2cf51..0ebd8e9e76 100644 --- a/reference/sockets/functions/socket-set-nonblock.xml +++ b/reference/sockets/functions/socket-set-nonblock.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,32 @@ &warn.experimental.func; - &warn.undocumented.func; + The socket_set_nonblock function sets the O_NONBLOCK flag + on the socket specified by the socket parameter. + + + + <function>socket_set_nonblock</function> example + + +]]> + + &return.success;