diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-02-24 16:57:53 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-02-24 16:57:53 +0100 |
commit | c22e52737a5f12f0edfe3f669fa2bfd6e372dec7 (patch) | |
tree | d6741700b449f594ba586deccba3b6a1a5a5ddde | |
parent | 29e0e7dbadfcd0bab70feee119bd7c5e623b38d4 (diff) |
Minor patch to zmq_getsockopt(3) man page
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | doc/zmq_getsockopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |