summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-01-17 14:51:01 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-01-17 14:51:01 +0100
commitb262f2fe9ba02a6d2749e286eaadc65d489600c9 (patch)
treed3e19771204e9eeeaaedc8759ca3218de17f0f16 /doc
parent667b247e322e2f0e99b680170a1d004f124b0568 (diff)
Typo fixed in zmq_send(3) man page.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_send.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_send.txt b/doc/zmq_send.txt
index 231dfcc..57d349e 100644
--- a/doc/zmq_send.txt
+++ b/doc/zmq_send.txt
@@ -70,7 +70,7 @@ _messaging patterns_ section of linkzmq:zmq_socket[3] for more information.
*ETERM*::
The 0MQ 'context' associated with the specified 'socket' was terminated.
*EFAULT*::
-The provided 'context' was not valid (NULL).
+The provided 'socket' was not valid (NULL).
*EINTR*::
The operation was interrupted by delivery of a signal before the message was
sent.