From 84d854a088d27b642355d4e835a2d93e405452ae Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 29 Sep 2009 15:40:29 +0200 Subject: documentation error in zmq.h fixed --- bindings/c/zmq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings') diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index f42f7f9..e939dcd 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -344,8 +344,8 @@ ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags); // EFSM - function cannot be called at the moment. ZMQ_EXPORT int zmq_flush (void *s); -// Send a message from the socket 's'. 'flags' argument can be combination -// of the flags described above. +// Receive a message from the socket 's'. 'flags' argument can be combination +// of the flags described above with the exception of ZMQ_NOFLUSH. // // Errors: EAGAIN - message cannot be received at the moment (applies only to // non-blocking receive). -- cgit v1.2.3