summaryrefslogtreecommitdiff
path: root/doc/zmq_socket.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-04-09 09:35:34 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-04-09 09:35:34 +0200
commitb96fe15bb666e59728b6aa02f28c5838020f6bf3 (patch)
tree8c01bf7fefd99397643cf5e302ce0179b6748472 /doc/zmq_socket.txt
parente62686aca57ab307e952c53fd3848acaad22735e (diff)
Run-time checking for context & socket validity added
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/zmq_socket.txt')
-rw-r--r--doc/zmq_socket.txt2
1 files changed, 1 insertions, 1 deletions
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.