diff options
Diffstat (limited to 'doc/zmq_setsockopt.html')
| -rw-r--r-- | doc/zmq_setsockopt.html | 21 | 
1 files changed, 15 insertions, 6 deletions
| diff --git a/doc/zmq_setsockopt.html b/doc/zmq_setsockopt.html index 2bccca9..62617a2 100644 --- a/doc/zmq_setsockopt.html +++ b/doc/zmq_setsockopt.html @@ -610,7 +610,7 @@ Option value type  </td>
  <td class="hdlist2">
  <p style="margin-top: 0;">
 -int64_t
 +uint64_t
  </p>
  </td>
  </tr>
 @@ -720,7 +720,7 @@ Option value type  </td>
  <td class="hdlist2">
  <p style="margin-top: 0;">
 -int64_t
 +uint64_t
  </p>
  </td>
  </tr>
 @@ -934,7 +934,7 @@ Option value type  </td>
  <td class="hdlist2">
  <p style="margin-top: 0;">
 -uint64_t
 +int64_t
  </p>
  </td>
  </tr>
 @@ -995,7 +995,7 @@ Option value type  </td>
  <td class="hdlist2">
  <p style="margin-top: 0;">
 -uint64_t
 +int64_t
  </p>
  </td>
  </tr>
 @@ -1049,7 +1049,7 @@ Option value type  </td>
  <td class="hdlist2">
  <p style="margin-top: 0;">
 -uint64_t
 +int64_t
  </p>
  </td>
  </tr>
 @@ -1215,6 +1215,14 @@ The requested option <em>option_name</em> is unknown, or the requested <em>optio  The ØMQ <em>context</em> associated with the specified <em>socket</em> was terminated.
  </p>
  </dd>
 +<dt class="hdlist1">
 +<strong>EFAULT</strong>
 +</dt>
 +<dd>
 +<p>
 +The provided <em>socket</em> was not valid (NULL).
 +</p>
 +</dd>
  </dl></div>
  </div>
  <h2 id="_example">EXAMPLE</h2>
 @@ -1261,7 +1269,8 @@ Martin Lucina <<a href="mailto:mato@kotelna.sk">mato@kotelna.sk</a>>.</p><  <div id="footnotes"><hr /></div>
  <div id="footer">
  <div id="footer-text">
 -Last updated 2010-06-03 14:12:30 CEST
 +ØMQ 2.0.9<br />
 +Last updated 2010-09-06 07:11:47 CEST
  </div>
  </div>
  </body>
 | 
