From 0ada4f8e30088e6a91fef7a45fd7e5dd7bdb9d1d Mon Sep 17 00:00:00 2001 From: Jacob Rideout Date: Thu, 4 Nov 2010 21:21:01 +0100 Subject: Fix documentation typos Signed-off-by: Jacob Rideout --- doc/zmq_getsockopt.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/zmq_getsockopt.txt') diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index 34e6084..40a99b1 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -121,7 +121,7 @@ Applicable socket types:: N/A ZMQ_IDENTITY: Retrieve socket identity ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_IDENTITY' option shall retrieve the identity of the specified -'socket'. Socket identity determines if existing 0MQ infastructure (_message +'socket'. Socket identity determines if existing 0MQ infrastructure (_message queues_, _forwarding devices_) shall be identified with a specific application and persist across multiple runs of the application. @@ -229,7 +229,7 @@ Applicable socket types:: all ZMQ_RECONNECT_IVL: Retrieve reconnect period for connection-based transports ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The 'ZMQ_RECONNECT' option shall retrieve the period indicating how long it +The 'ZMQ_RECONNECT_IVL' option shall retrieve the period indicating how long it takes for a disconnected underlying connection to attempt to reconnect. [horizontal] @@ -241,7 +241,7 @@ Applicable socket types:: all ZMQ_BACKLOG: Retrieve maximum length of the queue of pending connections ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The 'ZMQ_RECONNECT' option shall retrieve maximum size of the +The 'ZMQ_BACKLOG' option shall retrieve maximum size of the pending connection backlog for connection-based transports. For details refer to your operating system documentation for the 'listen' function. -- cgit v1.2.3