summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-11-16 19:49:31 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-16 19:49:31 +0100
commitf8bd3967bfe305c22b6e08f3e6555b2162609328 (patch)
tree9313028c3a9686127c5d395f24bf23e569180756 /doc
parent5a6503e5c275c544e1447401e17a4746985614ea (diff)
Documentation for IPv4ONLY option clarified
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_getsockopt.txt2
-rw-r--r--doc/zmq_setsockopt.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt
index 252834e..a414859 100644
--- a/doc/zmq_getsockopt.txt
+++ b/doc/zmq_getsockopt.txt
@@ -331,7 +331,7 @@ ZMQ_IPV4ONLY: Retrieve IPv4-only socket override status
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Retrieve the underlying native socket type. A value of `1` will use IPv4
-sockets, while the default value of `0` will use IPv6 sockets. An IPv6 socket
+sockets, while the value of `0` will use IPv6 sockets. An IPv6 socket
lets applications connect to and accept connections from both IPv4 and IPv6
hosts.
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index 72d1faa..7217093 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -338,7 +338,7 @@ ZMQ_IPV4ONLY: Use IPv4-only sockets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sets the underlying native socket type. A value of `1` will use IPv4 sockets,
-while the default value of `0` will use IPv6 sockets. An IPv6 socket lets
+while the value of `0` will use IPv6 sockets. An IPv6 socket lets
applications connect to and accept connections from both IPv4 and IPv6 hosts.
[horizontal]