Typo fixed in zmq_send(3) man page.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik 2011-01-17 14:51:01 +01:00
parent 667b247e32
commit b262f2fe9b

View File

@ -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.