Commit b262f2fe authored by Martin Sustrik's avatar Martin Sustrik

Typo fixed in zmq_send(3) man page.

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 667b247e
...@@ -70,7 +70,7 @@ _messaging patterns_ section of linkzmq:zmq_socket[3] for more information. ...@@ -70,7 +70,7 @@ _messaging patterns_ section of linkzmq:zmq_socket[3] for more information.
*ETERM*:: *ETERM*::
The 0MQ 'context' associated with the specified 'socket' was terminated. The 0MQ 'context' associated with the specified 'socket' was terminated.
*EFAULT*:: *EFAULT*::
The provided 'context' was not valid (NULL). The provided 'socket' was not valid (NULL).
*EINTR*:: *EINTR*::
The operation was interrupted by delivery of a signal before the message was The operation was interrupted by delivery of a signal before the message was
sent. sent.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment