From 75af6aed482ab16997c1388fe801f74d11ec12a4 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:14 +0100 Subject: Imported Upstream version 2.1.9 --- doc/zmq_msg_move.html | 120 +++++++++++++++++++++++--------------------------- 1 file changed, 56 insertions(+), 64 deletions(-) (limited to 'doc/zmq_msg_move.html') diff --git a/doc/zmq_msg_move.html b/doc/zmq_msg_move.html index ed36938..63baceb 100644 --- a/doc/zmq_msg_move.html +++ b/doc/zmq_msg_move.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_msg_move(3) - +
+

SYNOPSIS

int zmq_msg_move (zmq_msg_t *dest, zmq_msg_t *src);

+
+

DESCRIPTION

The zmq_msg_move() function shall move the content of the message object @@ -601,11 +584,15 @@ The original content of dest, if any, shall be released.

+
+

RETURN VALUE

The zmq_msg_move() function shall return zero if successful. Otherwise it shall return -1 and set errno to one of the values defined below.

+
+

ERRORS

@@ -619,6 +606,8 @@ Invalid message.
+
+

SEE ALSO

zmq_msg_copy(3) @@ -628,16 +617,19 @@ Invalid message. zmq_msg_close(3) zmq(7)

+
+

AUTHORS

This ØMQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>.

+

-- cgit v1.2.3