From b96fe15bb666e59728b6aa02f28c5838020f6bf3 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 9 Apr 2011 09:35:34 +0200 Subject: Run-time checking for context & socket validity added Signed-off-by: Martin Sustrik --- doc/zmq_socket.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/zmq_socket.txt') diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt index e8c4253..a319518 100644 --- a/doc/zmq_socket.txt +++ b/doc/zmq_socket.txt @@ -309,7 +309,7 @@ ERRORS *EINVAL*:: The requested socket 'type' is invalid. *EFAULT*:: -The provided 'context' was not valid (NULL). +The provided 'context' is invalid. *ETERM*:: The context specified was terminated. -- cgit v1.2.3