diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-01-17 14:51:01 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-01-17 14:51:01 +0100 |
commit | b262f2fe9ba02a6d2749e286eaadc65d489600c9 (patch) | |
tree | d3e19771204e9eeeaaedc8759ca3218de17f0f16 | |
parent | 667b247e322e2f0e99b680170a1d004f124b0568 (diff) |
Typo fixed in zmq_send(3) man page.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | doc/zmq_send.txt | 2 |
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. |