summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-29 14:51:22 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-29 14:51:22 +0200
commit58fd3f8c1d761e69426618802d16f20e13ff886d (patch)
tree66919bca1ce44580c748ec16063e2dd4bf783b8f
parent512f3a604924fec9d89e2b4bfd6f73aa66309fa7 (diff)
Leftover references to ZMQ removed from xs_setsockopt(3) man page
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r--doc/xs_getsockopt.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/xs_getsockopt.txt b/doc/xs_getsockopt.txt
index 681015c..a60ee4b 100644
--- a/doc/xs_getsockopt.txt
+++ b/doc/xs_getsockopt.txt
@@ -354,10 +354,10 @@ necessarily indicate that messages are available to be read from, or can be
written to, the underlying socket; applications must retrieve the actual event
state with a subsequent retrieval of the 'XS_EVENTS' option.
-NOTE: The returned file descriptor is also used internally by the 'zmq_send'
-and 'zmq_recv' functions. As the descriptor is edge triggered, applications
-must update the state of 'ZMQ_EVENTS' after each invocation of 'zmq_send'
-or 'zmq_recv'.To be more explicit: after calling 'zmq_send' the socket may
+NOTE: The returned file descriptor is also used internally by the 'xs_send'
+and 'xs_recv' functions. As the descriptor is edge triggered, applications
+must update the state of 'XS_EVENTS' after each invocation of 'xs_send'
+or 'xs_recv'.To be more explicit: after calling 'xs_send' the socket may
become readable (and vice versa) without triggering a read event on the
file descriptor.