summaryrefslogtreecommitdiff
path: root/doc/zmq_setsockopt.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zmq_setsockopt.3')
-rw-r--r--doc/zmq_setsockopt.323
1 files changed, 15 insertions, 8 deletions
diff --git a/doc/zmq_setsockopt.3 b/doc/zmq_setsockopt.3
index 8ed1e59..f51a613 100644
--- a/doc/zmq_setsockopt.3
+++ b/doc/zmq_setsockopt.3
@@ -2,12 +2,12 @@
.\" Title: zmq_setsockopt
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\" Date: 06/04/2010
+.\" Date: 09/06/2010
.\" Manual: 0MQ Manual
-.\" Source: 0MQ 2.0.7
+.\" Source: 0MQ 2.0.9
.\" Language: English
.\"
-.TH "ZMQ_SETSOCKOPT" "3" "06/04/2010" "0MQ 2\&.0\&.7" "0MQ Manual"
+.TH "ZMQ_SETSOCKOPT" "3" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -55,7 +55,7 @@ T{
Option value type
T}:T{
.sp
-int64_t
+uint64_t
T}
T{
.sp
@@ -139,7 +139,7 @@ T{
Option value type
T}:T{
.sp
-int64_t
+uint64_t
T}
T{
.sp
@@ -301,7 +301,7 @@ T{
Option value type
T}:T{
.sp
-uint64_t
+int64_t
T}
T{
.sp
@@ -356,7 +356,7 @@ T{
Option value type
T}:T{
.sp
-uint64_t
+int64_t
T}
T{
.sp
@@ -395,7 +395,7 @@ T{
Option value type
T}:T{
.sp
-uint64_t
+int64_t
T}
T{
.sp
@@ -522,6 +522,13 @@ associated with the specified
\fIsocket\fR
was terminated\&.
.RE
+.PP
+\fBEFAULT\fR
+.RS 4
+The provided
+\fIsocket\fR
+was not valid (NULL)\&.
+.RE
.SH "EXAMPLE"
.PP
\fBSubscribing to messages on a ZMQ_SUB socket\fR.