From 183e126364762eb7b6fcc96c87d060c8e09044b5 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 18 Dec 2011 11:12:44 +0100 Subject: [PATCH] Fix typo in zmq_sendmsg(3) manual page Signed-off-by: Martin Lucina --- doc/zmq_sendmsg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_sendmsg.txt b/doc/zmq_sendmsg.txt index d069bd7a..f214f562 100644 --- a/doc/zmq_sendmsg.txt +++ b/doc/zmq_sendmsg.txt @@ -14,7 +14,7 @@ SYNOPSIS DESCRIPTION ----------- -The _zmq_send()_ function shall queue the message referenced by the 'msg' +The _zmq_sendmsg()_ function shall queue the message referenced by the 'msg' argument to be sent to the socket referenced by the 'socket' argument. The 'flags' argument is a combination of the flags defined below: