From b262f2fe9ba02a6d2749e286eaadc65d489600c9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 17 Jan 2011 14:51:01 +0100 Subject: Typo fixed in zmq_send(3) man page. Signed-off-by: Martin Sustrik --- doc/zmq_send.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/zmq_send.txt') 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. -- cgit v1.2.3