From 978e33ba253a997b41b331b449b474a5cee7bccc Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:31 +0100 Subject: Imported Upstream version 2.1.10 --- doc/zmq_term.html | 122 +++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 57 deletions(-) (limited to 'doc/zmq_term.html') diff --git a/doc/zmq_term.html b/doc/zmq_term.html index 3a948fe..6f6ecf1 100644 --- a/doc/zmq_term.html +++ b/doc/zmq_term.html @@ -2,28 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_term(3) - +
-

SYNOPSIS

int zmq_term (void *context);

-
-

DESCRIPTION

The zmq_term() function shall terminate the ØMQ context context.

@@ -605,15 +622,11 @@ For each socket within context, all messages sent by the application

For further details regarding socket linger behaviour refer to the ZMQ_LINGER option in zmq_setsockopt(3).

-
-

RETURN VALUE

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

-
-

ERRORS

@@ -635,8 +648,6 @@ Termination was interrupted by a signal. It can be restarted if needed.
-
-

SEE ALSO

zmq(7) @@ -644,20 +655,17 @@ Termination was interrupted by a signal. It can be restarted if needed. zmq_close(3) zmq_setsockopt(3)

-
-

AUTHORS

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

-

-- cgit v1.2.3