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_errno.html | 161 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 94 insertions(+), 67 deletions(-) (limited to 'doc/zmq_errno.html') diff --git a/doc/zmq_errno.html b/doc/zmq_errno.html index 0a98725..1097ede 100644 --- a/doc/zmq_errno.html +++ b/doc/zmq_errno.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_errno(3) - +
+

SYNOPSIS

int zmq_errno (void);

+
+

DESCRIPTION

The zmq_errno() function shall retrieve the value of the errno variable for @@ -604,30 +623,38 @@ variable directly.

+
+

RETURN VALUE

The zmq_errno() function shall return the value of the errno variable for the calling thread.

+
+

ERRORS

No errors are defined.

+
+

SEE ALSO

+
+

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