From c22e52737a5f12f0edfe3f669fa2bfd6e372dec7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 24 Feb 2011 16:57:53 +0100 Subject: Minor patch to zmq_getsockopt(3) man page Signed-off-by: Martin Sustrik --- doc/zmq_getsockopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index ad50d38..6cdbcc3 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -326,7 +326,7 @@ state with a subsequent retrieval of the 'ZMQ_EVENTS' option. CAUTION: The returned file descriptor is intended for use with a 'poll' or similar system call only. Applications must never attempt to read or write data -to it directly. +to it directly, neither should they try to close it. [horizontal] Option value type:: int on POSIX systems, SOCKET on Windows -- cgit v1.2.3