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_strerror.html | 163 +++++++++++++++++++++++++++++--------------------- 1 file changed, 96 insertions(+), 67 deletions(-) (limited to 'doc/zmq_strerror.html') diff --git a/doc/zmq_strerror.html b/doc/zmq_strerror.html index 7e01d4e..33377ed 100644 --- a/doc/zmq_strerror.html +++ b/doc/zmq_strerror.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_strerror(3) - +
+

SYNOPSIS

const char *zmq_strerror (int errnum);

+
+

DESCRIPTION

The zmq_strerror() function shall return a pointer to an error message string @@ -592,15 +611,21 @@ defines additional error numbers over and above those defined by the operating system, applications should use zmq_strerror() in preference to the standard strerror() function.

+
+

RETURN VALUE

The zmq_strerror() function shall return a pointer to an error message string.

+
+

ERRORS

No errors are defined.

+
+

EXAMPLE

@@ -613,21 +638,25 @@ if (!ctx) { }
+
+

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