From aba066a2dd62226b92bf36f811739a3d56dc366a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 13 Sep 2011 18:46:47 +0000 Subject: [PATCH] Fix Doc Bug #55572: socket_set_nonblock description unclear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316681 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/functions/socket-set-nonblock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/sockets/functions/socket-set-nonblock.xml b/reference/sockets/functions/socket-set-nonblock.xml index 3fadaf30cb..37fff13cdf 100644 --- a/reference/sockets/functions/socket-set-nonblock.xml +++ b/reference/sockets/functions/socket-set-nonblock.xml @@ -19,7 +19,7 @@ When an operation (e.g. receive, send, connect, accept, ...) is performed on - a non-blocking socket, the script not pause its execution until it receives a + a non-blocking socket, the script will not pause its execution until it receives a signal or it can perform the operation. Rather, if the operation would result in a block, the called function will fail.