diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-08-19 14:42:31 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-08-19 14:42:31 +0200 |
commit | dd7c629a27e6dffad9c659a233216ce56fbd4ef8 (patch) | |
tree | 67a530bdf3d2410534f36ec1c356343e9b9bc3a2 | |
parent | 80a5f60e3397c9376026da48e6415c7011e2a647 (diff) |
Typo fixed in zmq_socket(3)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | doc/zmq_socket.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt index badb9ef..91b74ea 100644 --- a/doc/zmq_socket.txt +++ b/doc/zmq_socket.txt @@ -225,8 +225,8 @@ Outgoing routing strategy:: Fan out ZMQ_HWM option action:: Drop -ZMQ_SUB -^^^^^^^ +ZMQ_XSUB +^^^^^^^^ Same as ZMQ_SUB except that you subscribe by sending subscription messages to the socket. Subscription message is a byte 1 (for subscriptions) or byte 0 (for unsubscriptions) followed by the subscription body. |