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_strerror.html | 124 ++++++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 59 deletions(-) (limited to 'doc/zmq_strerror.html') diff --git a/doc/zmq_strerror.html b/doc/zmq_strerror.html index 944c7cc..7e01d4e 100644 --- a/doc/zmq_strerror.html +++ b/doc/zmq_strerror.html @@ -2,28 +2,15 @@ "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 @@ -575,21 +592,15 @@ 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

@@ -602,26 +613,21 @@ if (!ctx) { }
-
-

SEE ALSO

-
-

AUTHORS

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

-

-- cgit v1.2.3