[zeromq-dev] Small documentation patch

Jacob Rideout jacob.rideout at returnpath.net
Thu Nov 4 05:07:39 CET 2010


I was trying to see what the recently added ZMQ_RECONNECT_IVL option did, and noticed a few typos in the documentation:

diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index 248a6ac..5eca58c 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -234,9 +234,9 @@ Applicable socket types:: all

 ZMQ_RECONNECT_IVL: Set reconnect period for connection-based transports
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The 'ZMQ_RECONNECT' option shall be set to specify how long it takes for a
+The 'ZMQ_RECONNECT_IVL' option shall be set to specify how long it takes for a
 disconnected underlying connection to attempt to reconnect. The interval
-can be randomised to some extent by 0MQ to prevent reconnection storms.
+can be randomized to some extent by 0MQ to prevent reconnection storms.

 [horizontal]
 Option value type:: int
@@ -247,7 +247,7 @@ Applicable socket types:: all

 ZMQ_BACKLOG: Set maximum length of the queue of pending connections
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The 'ZMQ_RECONNECT' option shall be set to specify maximum size of the
+The 'ZMQ_BACKLOG' option shall be set to specify maximum size of the
 pending connection backlog for connection-based transports. For details
 refer to your operating system documentation for the 'listen' function.


Jacob RIDEOUT
Software Engineer
Return Path, Inc
Mobile:  +1 720 297 3042
Office:  +1 303 999 3165
Skype:   jrideout
Twitter: @jrideout

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101103/4a7b741b/attachment.htm>


More information about the zeromq-dev mailing list