From feb4f3d424e2c2777e9c8709ef5184e71d39cee5 Mon Sep 17 00:00:00 2001 From: std-any-emplace Date: Thu, 23 Jan 2020 20:09:08 +0100 Subject: [PATCH] Fix minor typo --- doc/zmq_setsockopt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index eee665cc..f46df839 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -1154,8 +1154,8 @@ Default value:: NULL Applicable socket types:: ZMQ_XPUB -ZMQ_ONLY_FIRST_SUBSCRIBE: Process only fist subscribe/unsubscribe in a multipart message -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ZMQ_ONLY_FIRST_SUBSCRIBE: Process only first subscribe/unsubscribe in a multipart message +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If set, only the first part of the multipart message is processed as a subscribe/unsubscribe message. The rest are forwarded as user data regardless of message contents.