From b70d628fad5ab97d24473b83fd18997b4e87477d Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Wed, 1 Dec 2010 10:57:37 +0100 Subject: Documentation updates for 2.1 - Clarify ZMQ_LINGER, zmq_close (), zmq_term () relationship - New socket options - Clarify thread safety of sockets and migration between threads - Other minor and spelling fixes Signed-off-by: Martin Lucina --- doc/zmq_errno.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/zmq_errno.txt') diff --git a/doc/zmq_errno.txt b/doc/zmq_errno.txt index 61939a5..6bee0f1 100644 --- a/doc/zmq_errno.txt +++ b/doc/zmq_errno.txt @@ -20,7 +20,7 @@ the calling thread. The _zmq_errno()_ function is provided to assist users on non-POSIX systems who are experiencing issues with retrieving the correct value of 'errno' directly. Specifically, users on Win32 systems whose application is using a different C -runtime library from the C runtime library in use by 0MQ will need to use +run-time library from the C run-time library in use by 0MQ will need to use _zmq_errno()_ for correct operation. IMPORTANT: Users not experiencing issues with retrieving the correct value of -- cgit v1.2.3