From 56619463ac26dc6c3e576d2fbf6b544eebeb5148 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 20 May 2012 11:24:59 +0200 Subject: Imported Upstream version 2.2.0 --- doc/zmq_term.html | 161 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 94 insertions(+), 67 deletions(-) (limited to 'doc/zmq_term.html') diff --git a/doc/zmq_term.html b/doc/zmq_term.html index 6f6ecf1..6f50334 100644 --- a/doc/zmq_term.html +++ b/doc/zmq_term.html @@ -2,15 +2,28 @@ "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.

@@ -622,11 +641,15 @@ 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

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

SEE ALSO

zmq(7) @@ -655,17 +680,19 @@ 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>.

+

This manual page was written by the ØMQ community.

+

-- cgit v1.2.3