From 0a339db177aaa736c8ab5adf9c92a4bdf1e2bc7c Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc." Date: Sat, 4 Jan 2025 21:36:08 -0800 Subject: Manual page updates for v1.10.0 --- man/v1.10.0/nn_strerror.3compat.html | 75 ++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 man/v1.10.0/nn_strerror.3compat.html (limited to 'man/v1.10.0/nn_strerror.3compat.html') diff --git a/man/v1.10.0/nn_strerror.3compat.html b/man/v1.10.0/nn_strerror.3compat.html new file mode 100644 index 00000000..273baed3 --- /dev/null +++ b/man/v1.10.0/nn_strerror.3compat.html @@ -0,0 +1,75 @@ +--- +version: v1.10.0 +layout: manpage_v2 +title: nn_strerror(3compat) +--- +

nn_strerror(3compat)

+
+

NAME

+
+
+

nn_strerror - return message for error (compatible API)

+
+
+
+
+

SYNOPSIS

+
+
+
+
#include <nanomsg/nn.h>
+
+const char *nn_strerror(int err);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nn_strerror() function returns a human readable message corresponding +to the given error number err.

+
+
+ + + + + +
+ + +This function is provided for API +compatibility with legacy libnanomsg. +Consider using the relevant modern API instead. +
+
+
+
+
+

RETURN VALUES

+
+
+

This function returns the message corresponding to err.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

+ +
-- cgit v1.2.3-70-g09d2