From b593ea30833ad5dcacb9076c988aec31b0cf26ec Mon Sep 17 00:00:00 2001
From: Martin Lucina
Date: Mon, 23 Jan 2012 08:53:57 +0100
Subject: Imported Upstream version 2.1.7
---
doc/zmq.7 | 6 +++---
doc/zmq_bind.3 | 10 +++++-----
doc/zmq_bind.html | 8 ++++----
doc/zmq_bind.txt | 4 ++--
doc/zmq_close.3 | 10 +++++-----
doc/zmq_close.html | 8 ++++----
doc/zmq_close.txt | 4 ++--
doc/zmq_connect.3 | 10 +++++-----
doc/zmq_connect.html | 8 ++++----
doc/zmq_connect.txt | 4 ++--
doc/zmq_cpp.7 | 6 +++---
doc/zmq_device.3 | 6 +++---
doc/zmq_epgm.7 | 6 +++---
doc/zmq_errno.3 | 6 +++---
doc/zmq_getsockopt.3 | 10 +++++-----
doc/zmq_getsockopt.html | 8 ++++----
doc/zmq_getsockopt.txt | 4 ++--
doc/zmq_init.3 | 6 +++---
doc/zmq_inproc.7 | 6 +++---
doc/zmq_ipc.7 | 6 +++---
doc/zmq_msg_close.3 | 6 +++---
doc/zmq_msg_copy.3 | 6 +++---
doc/zmq_msg_data.3 | 6 +++---
doc/zmq_msg_init.3 | 6 +++---
doc/zmq_msg_init_data.3 | 6 +++---
doc/zmq_msg_init_size.3 | 6 +++---
doc/zmq_msg_move.3 | 6 +++---
doc/zmq_msg_size.3 | 6 +++---
doc/zmq_pgm.7 | 6 +++---
doc/zmq_poll.3 | 8 ++++----
doc/zmq_poll.html | 6 +++---
doc/zmq_poll.txt | 2 +-
doc/zmq_recv.3 | 10 +++++-----
doc/zmq_recv.html | 8 ++++----
doc/zmq_recv.txt | 4 ++--
doc/zmq_send.3 | 10 +++++-----
doc/zmq_send.html | 8 ++++----
doc/zmq_send.txt | 4 ++--
doc/zmq_setsockopt.3 | 10 +++++-----
doc/zmq_setsockopt.html | 8 ++++----
doc/zmq_setsockopt.txt | 4 ++--
doc/zmq_socket.3 | 6 +++---
doc/zmq_socket.html | 4 ++--
doc/zmq_strerror.3 | 6 +++---
doc/zmq_tcp.7 | 6 +++---
doc/zmq_term.3 | 8 ++++----
doc/zmq_term.html | 6 +++---
doc/zmq_term.txt | 2 +-
doc/zmq_version.3 | 6 +++---
49 files changed, 158 insertions(+), 158 deletions(-)
(limited to 'doc')
diff --git a/doc/zmq.7 b/doc/zmq.7
index b5f0d27..60394d0 100644
--- a/doc/zmq.7
+++ b/doc/zmq.7
@@ -2,12 +2,12 @@
.\" Title: zmq
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2
-.\" Date: 04/20/2011
+.\" Date: 05/06/2011
.\" Manual: 0MQ Manual
-.\" Source: 0MQ 2.1.5
+.\" Source: 0MQ 2.1.6
.\" Language: English
.\"
-.TH "ZMQ" "7" "04/20/2011" "0MQ 2\&.1\&.5" "0MQ Manual"
+.TH "ZMQ" "7" "05/06/2011" "0MQ 2\&.1\&.6" "0MQ Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/zmq_bind.3 b/doc/zmq_bind.3
index 8412806..ce589e9 100644
--- a/doc/zmq_bind.3
+++ b/doc/zmq_bind.3
@@ -2,12 +2,12 @@
.\" Title: zmq_bind
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2
-.\" Date: 04/20/2011
+.\" Date: 05/07/2011
.\" Manual: 0MQ Manual
-.\" Source: 0MQ 2.1.5
+.\" Source: 0MQ 2.1.6
.\" Language: English
.\"
-.TH "ZMQ_BIND" "3" "04/20/2011" "0MQ 2\&.1\&.5" "0MQ Manual"
+.TH "ZMQ_BIND" "3" "05/07/2011" "0MQ 2\&.1\&.6" "0MQ Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -114,11 +114,11 @@ associated with the specified
was terminated\&.
.RE
.PP
-\fBEFAULT\fR
+\fBENOTSOCK\fR
.RS 4
The provided
\fIsocket\fR
-was not valid (NULL)\&.
+was invalid\&.
.RE
.PP
\fBEMTHREAD\fR
diff --git a/doc/zmq_bind.html b/doc/zmq_bind.html
index 11b8762..034113d 100644
--- a/doc/zmq_bind.html
+++ b/doc/zmq_bind.html
@@ -690,11 +690,11 @@ The ØMQ context associated with the specified socket was term
-EFAULT
+ENOTSOCK
-The provided socket was not valid (NULL).
+The provided socket was invalid.
@@ -738,8 +738,8 @@ Martin Lucina <mato@kotelna.sk>.<