summaryrefslogtreecommitdiff
path: root/doc/zmq_getsockopt.txt
diff options
context:
space:
mode:
authorJacob Rideout <jacob.rideout@returnpath.net>2010-11-04 21:21:01 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-11-04 21:21:01 +0100
commit0ada4f8e30088e6a91fef7a45fd7e5dd7bdb9d1d (patch)
tree3f6b393579ade9174a36036a6810f9f551d2fd26 /doc/zmq_getsockopt.txt
parent1b39bcd88336ebed002e13a8ac3d4bc104b13718 (diff)
Fix documentation typos
Signed-off-by: Jacob Rideout <jacob.rideout@returnpath.net>
Diffstat (limited to 'doc/zmq_getsockopt.txt')
-rw-r--r--doc/zmq_getsockopt.txt6
1 files changed, 3 insertions, 3 deletions
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.