diff --git a/reference/sockets/functions/socket-bind.xml b/reference/sockets/functions/socket-bind.xml index 816cdc711f..082b22e97f 100644 --- a/reference/sockets/functions/socket-bind.xml +++ b/reference/sockets/functions/socket-bind.xml @@ -1,5 +1,5 @@ - + @@ -36,10 +36,10 @@ should be made. - Returns &true; on success, or a &false; on error. The error code can be - retrieved with socket_last_error. This code may be - passed to socket_strerror to get a textual - explanation of the error. + &return.success; The error code can be retrieved with + socket_last_error. This code may be passed to + socket_strerror to get a textual explanation of the + error. See also