diff --git a/reference/sockets/functions/socket-bind.xml b/reference/sockets/functions/socket-bind.xml index 6a1ac7b7bb..b16bb307f4 100644 --- a/reference/sockets/functions/socket-bind.xml +++ b/reference/sockets/functions/socket-bind.xml @@ -1,5 +1,5 @@ - + socket_bind @@ -16,7 +16,9 @@ Binds the name given in address to the socket - described by socket. + described by socket. This has to be done before + a connection can be established using socket_connect + or socket_listen.