diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 |
commit | 4016b657973bba87caf75168ba70aaa85d556487 (patch) | |
tree | c2abaf9284f55964bea72a0b76f6b79070335858 /doc | |
parent | 978e33ba253a997b41b331b449b474a5cee7bccc (diff) |
Imported Upstream version 2.1.11upstream/2.1.11
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 3 | ||||
-rw-r--r-- | doc/zmq.7 | 6 | ||||
-rw-r--r-- | doc/zmq_bind.3 | 4 | ||||
-rw-r--r-- | doc/zmq_close.3 | 4 | ||||
-rw-r--r-- | doc/zmq_connect.3 | 4 | ||||
-rw-r--r-- | doc/zmq_cpp.7 | 6 | ||||
-rw-r--r-- | doc/zmq_device.3 | 6 | ||||
-rw-r--r-- | doc/zmq_epgm.7 | 4 | ||||
-rw-r--r-- | doc/zmq_errno.3 | 6 | ||||
-rw-r--r-- | doc/zmq_getsockopt.3 | 4 | ||||
-rw-r--r-- | doc/zmq_init.3 | 6 | ||||
-rw-r--r-- | doc/zmq_inproc.7 | 6 | ||||
-rw-r--r-- | doc/zmq_ipc.7 | 4 | ||||
-rw-r--r-- | doc/zmq_msg_close.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_copy.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_data.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_init.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_init_data.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_init_size.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_move.3 | 6 | ||||
-rw-r--r-- | doc/zmq_msg_size.3 | 4 | ||||
-rw-r--r-- | doc/zmq_pgm.7 | 4 | ||||
-rw-r--r-- | doc/zmq_poll.3 | 4 | ||||
-rw-r--r-- | doc/zmq_recv.3 | 4 | ||||
-rw-r--r-- | doc/zmq_send.3 | 4 | ||||
-rw-r--r-- | doc/zmq_setsockopt.3 | 4 | ||||
-rw-r--r-- | doc/zmq_socket.3 | 20 | ||||
-rw-r--r-- | doc/zmq_socket.html | 206 | ||||
-rw-r--r-- | doc/zmq_socket.txt | 14 | ||||
-rw-r--r-- | doc/zmq_strerror.3 | 6 | ||||
-rw-r--r-- | doc/zmq_tcp.7 | 4 | ||||
-rw-r--r-- | doc/zmq_term.3 | 4 | ||||
-rw-r--r-- | doc/zmq_version.3 | 6 |
33 files changed, 222 insertions, 167 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 2db8cb3..b7230d1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -135,6 +135,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LTVER = @LTVER@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ @@ -166,6 +167,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ @@ -201,7 +203,6 @@ libzmq_have_asciidoc = @libzmq_have_asciidoc@ libzmq_have_xmlto = @libzmq_have_xmlto@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -2,12 +2,12 @@ .\" Title: zmq .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ" "7" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_bind.3 b/doc/zmq_bind.3 index addb501..ace7588 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 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_BIND" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_BIND" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_close.3 b/doc/zmq_close.3 index 33c7368..d47f494 100644 --- a/doc/zmq_close.3 +++ b/doc/zmq_close.3 @@ -2,12 +2,12 @@ .\" Title: zmq_close .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_CLOSE" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_CLOSE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_connect.3 b/doc/zmq_connect.3 index e16874e..eb0eb03 100644 --- a/doc/zmq_connect.3 +++ b/doc/zmq_connect.3 @@ -2,12 +2,12 @@ .\" Title: zmq_connect .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_CONNECT" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_CONNECT" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_cpp.7 b/doc/zmq_cpp.7 index f96dd35..0008023 100644 --- a/doc/zmq_cpp.7 +++ b/doc/zmq_cpp.7 @@ -2,12 +2,12 @@ .\" Title: zmq_cpp .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_CPP" "7" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_CPP" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_device.3 b/doc/zmq_device.3 index 42a262a..66ad2be 100644 --- a/doc/zmq_device.3 +++ b/doc/zmq_device.3 @@ -2,12 +2,12 @@ .\" Title: zmq_device .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_DEVICE" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_DEVICE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_epgm.7 b/doc/zmq_epgm.7 index 60e8fa4..b83f9ae 100644 --- a/doc/zmq_epgm.7 +++ b/doc/zmq_epgm.7 @@ -2,12 +2,12 @@ .\" Title: zmq_pgm .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_PGM" "7" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_PGM" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_errno.3 b/doc/zmq_errno.3 index 24cff1b..b912203 100644 --- a/doc/zmq_errno.3 +++ b/doc/zmq_errno.3 @@ -2,12 +2,12 @@ .\" Title: zmq_errno .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_ERRNO" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_ERRNO" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_getsockopt.3 b/doc/zmq_getsockopt.3 index 2b699ea..b2a0bfc 100644 --- a/doc/zmq_getsockopt.3 +++ b/doc/zmq_getsockopt.3 @@ -2,12 +2,12 @@ .\" Title: zmq_getsockopt .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_GETSOCKOPT" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_GETSOCKOPT" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_init.3 b/doc/zmq_init.3 index 8df9ede..052397d 100644 --- a/doc/zmq_init.3 +++ b/doc/zmq_init.3 @@ -2,12 +2,12 @@ .\" Title: zmq_init .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_INIT" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_INIT" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_inproc.7 b/doc/zmq_inproc.7 index b1c8e0d..567813e 100644 --- a/doc/zmq_inproc.7 +++ b/doc/zmq_inproc.7 @@ -2,12 +2,12 @@ .\" Title: zmq_inproc .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_INPROC" "7" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_INPROC" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_ipc.7 b/doc/zmq_ipc.7 index 2202c1e..f9aafb6 100644 --- a/doc/zmq_ipc.7 +++ b/doc/zmq_ipc.7 @@ -2,12 +2,12 @@ .\" Title: zmq_ipc .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 10/03/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_IPC" "7" "10/03/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_IPC" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_close.3 b/doc/zmq_msg_close.3 index a62a470..07892bc 100644 --- a/doc/zmq_msg_close.3 +++ b/doc/zmq_msg_close.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_close .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_CLOSE" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_CLOSE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_copy.3 b/doc/zmq_msg_copy.3 index dbdc540..01f58e6 100644 --- a/doc/zmq_msg_copy.3 +++ b/doc/zmq_msg_copy.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_copy .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_COPY" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_COPY" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_data.3 b/doc/zmq_msg_data.3 index 8a18ce1..3b0a7db 100644 --- a/doc/zmq_msg_data.3 +++ b/doc/zmq_msg_data.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_data .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_DATA" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_DATA" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_init.3 b/doc/zmq_msg_init.3 index f2029b7..ba4ba98 100644 --- a/doc/zmq_msg_init.3 +++ b/doc/zmq_msg_init.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_init .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_INIT" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_INIT" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_init_data.3 b/doc/zmq_msg_init_data.3 index 42d84e2..77b61b1 100644 --- a/doc/zmq_msg_init_data.3 +++ b/doc/zmq_msg_init_data.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_init_data .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_INIT_DATA" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_INIT_DATA" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_init_size.3 b/doc/zmq_msg_init_size.3 index 12be11d..4195e9b 100644 --- a/doc/zmq_msg_init_size.3 +++ b/doc/zmq_msg_init_size.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_init_size .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_INIT_SIZE" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_INIT_SIZE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_move.3 b/doc/zmq_msg_move.3 index 0b67df9..259eec9 100644 --- a/doc/zmq_msg_move.3 +++ b/doc/zmq_msg_move.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_move .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 07/01/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.8 +.\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_MOVE" "3" "07/01/2011" "0MQ 2\&.1\&.8" "0MQ Manual" +.TH "ZMQ_MSG_MOVE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_msg_size.3 b/doc/zmq_msg_size.3 index 501b615..3b0c2ac 100644 --- a/doc/zmq_msg_size.3 +++ b/doc/zmq_msg_size.3 @@ -2,12 +2,12 @@ .\" Title: zmq_msg_size .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_MSG_SIZE" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_MSG_SIZE" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_pgm.7 b/doc/zmq_pgm.7 index 60e8fa4..b83f9ae 100644 --- a/doc/zmq_pgm.7 +++ b/doc/zmq_pgm.7 @@ -2,12 +2,12 @@ .\" Title: zmq_pgm .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_PGM" "7" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_PGM" "7" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_poll.3 b/doc/zmq_poll.3 index 351caa3..186dbd0 100644 --- a/doc/zmq_poll.3 +++ b/doc/zmq_poll.3 @@ -2,12 +2,12 @@ .\" Title: zmq_poll .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_POLL" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_POLL" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_recv.3 b/doc/zmq_recv.3 index 925d1a5..095a0c5 100644 --- a/doc/zmq_recv.3 +++ b/doc/zmq_recv.3 @@ -2,12 +2,12 @@ .\" Title: zmq_recv .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_RECV" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_RECV" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_send.3 b/doc/zmq_send.3 index e240a73..3c1896d 100644 --- a/doc/zmq_send.3 +++ b/doc/zmq_send.3 @@ -2,12 +2,12 @@ .\" Title: zmq_send .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_SEND" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_SEND" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_setsockopt.3 b/doc/zmq_setsockopt.3 index 5e57261..0978a8d 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: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual .\" Source: 0MQ 2.1.10 .\" Language: English .\" -.TH "ZMQ_SETSOCKOPT" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_SETSOCKOPT" "3" "11/22/2011" "0MQ 2\&.1\&.10" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/zmq_socket.3 b/doc/zmq_socket.3 index 4fa0e54..6b5e23b 100644 --- a/doc/zmq_socket.3 +++ b/doc/zmq_socket.3 @@ -2,12 +2,12 @@ .\" Title: zmq_socket .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 09/08/2011 +.\" Date: 11/22/2011 .\" Manual: 0MQ Manual -.\" Source: 0MQ 2.1.10 +.\" Source: 0MQ 2.1.11 .\" Language: English .\" -.TH "ZMQ_SOCKET" "3" "09/08/2011" "0MQ 2\&.1\&.10" "0MQ Manual" +.TH "ZMQ_SOCKET" "3" "11/22/2011" "0MQ 2\&.1\&.11" "0MQ Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -69,7 +69,7 @@ The request\-reply pattern is used for sending requests from a \fIclient\fR to o \fBZMQ_REQ\fR .RS 4 .sp -A socket of type \fIZMQ_REQ\fR is used by a \fIclient\fR to send requests to and receive replies from a \fIservice\fR\&. This socket type allows only an alternating sequence of \fIzmq_send(request)\fR and subsequent \fIzmq_recv(reply)\fR calls\&. Each request sent is load\-balanced among all \fIservices\fR, and each reply received is matched with the last issued request\&. +A socket of type \fIZMQ_REQ\fR is used by a \fIclient\fR to send requests to and receive replies from a \fIservice\fR\&. This socket type allows only an alternating sequence of \fIzmq_send(request)\fR and subsequent \fIzmq_recv(reply)\fR calls\&. Each request sent is round\-robined among all \fIservices\fR, and each reply received is matched with the last issued request\&. .sp When a \fIZMQ_REQ\fR socket enters an exceptional state due to having reached the high water mark for all \fIservices\fR, or if there are no \fIservices\fR at all, then any \fBzmq_send\fR(3) operations on the socket shall block until the exceptional state ends or at least one \fIservice\fR becomes available for sending; messages are not discarded\&. .sp @@ -112,7 +112,7 @@ T{ Outgoing routing strategy T}:T{ .sp -Load\-balanced +Round\-robin T} T{ .sp @@ -211,7 +211,7 @@ T} \fBZMQ_DEALER\fR .RS 4 .sp -A socket of type \fIZMQ_DEALER\fR is an advanced pattern used for extending request/reply sockets\&. Each message sent is load\-balanced among all connected peers, and each message received is fair\-queued from all connected peers\&. +A socket of type \fIZMQ_DEALER\fR is an advanced pattern used for extending request/reply sockets\&. Each message sent is round\-robined among all connected peers, and each message received is fair\-queued from all connected peers\&. .sp Previously this socket was called \fIZMQ_XREQ\fR and that name remains available for backwards compatibility\&. .sp @@ -258,7 +258,7 @@ T{ Outgoing routing strategy T}:T{ .sp -Load\-balanced +Round\-robin T} T{ .sp @@ -497,7 +497,7 @@ T} .RE .SS "Pipeline pattern" .sp -The pipeline pattern is used for distributing data to \fInodes\fR arranged in a pipeline\&. Data always flows down the pipeline, and each stage of the pipeline is connected to at least one \fInode\fR\&. When a pipeline stage is connected to multiple \fInodes\fR data is load\-balanced among all connected \fInodes\fR\&. +The pipeline pattern is used for distributing data to \fInodes\fR arranged in a pipeline\&. Data always flows down the pipeline, and each stage of the pipeline is connected to at least one \fInode\fR\&. When a pipeline stage is connected to multiple \fInodes\fR data is round\-robined among all connected \fInodes\fR\&. .sp .it 1 an-trap .nr an-no-space-flag 1 @@ -507,7 +507,7 @@ The pipeline pattern is used for distributing data to \fInodes\fR arranged in a \fBZMQ_PUSH\fR .RS 4 .sp -A socket of type \fIZMQ_PUSH\fR is used by a pipeline \fInode\fR to send messages to downstream pipeline \fInodes\fR\&. Messages are load\-balanced to all connected downstream \fInodes\fR\&. The \fIzmq_recv()\fR function is not implemented for this socket type\&. +A socket of type \fIZMQ_PUSH\fR is used by a pipeline \fInode\fR to send messages to downstream pipeline \fInodes\fR\&. Messages are round\-robined to all connected downstream \fInodes\fR\&. The \fIzmq_recv()\fR function is not implemented for this socket type\&. .sp When a \fIZMQ_PUSH\fR socket enters an exceptional state due to having reached the high water mark for all downstream \fInodes\fR, or if there are no downstream \fInodes\fR at all, then any \fBzmq_send\fR(3) operations on the socket shall block until the exceptional state ends or at least one downstream \fInode\fR becomes available for sending; messages are not discarded\&. .sp @@ -559,7 +559,7 @@ T{ Outgoing routing strategy T}:T{ .sp -Load\-balanced +Round\-robin T} T{ .sp diff --git a/doc/zmq_socket.html b/doc/zmq_socket.html index b77ab08..05c5ab7 100644 --- a/doc/zmq_socket.html +++ b/doc/zmq_socket.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.5.2" />
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.4" />
<title>zmq_socket(3)</title>
<style type="text/css">
-/* Debug borders */
-p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
-/*
- border: 1px solid red;
-*/
+/* Sans-serif font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+div#toctitle,
+span#author, span#revnumber, span#revdate, span#revremark,
+div#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+/* Serif font. */
+div.sectionbody {
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
}
body {
@@ -36,12 +49,12 @@ strong { }
tt {
+ font-size: inherit;
color: navy;
}
h1, h2, h3, h4, h5, h6 {
color: #527bbd;
- font-family: sans-serif;
margin-top: 1.2em;
margin-bottom: 0.5em;
line-height: 1.3;
@@ -61,7 +74,6 @@ h3 + * { }
div.sectionbody {
- font-family: serif;
margin-left: 0;
}
@@ -77,6 +89,8 @@ p { ul, ol, li > p {
margin-top: 0;
}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
pre {
padding: 0;
@@ -85,18 +99,15 @@ pre { span#author {
color: #527bbd;
- font-family: sans-serif;
font-weight: bold;
font-size: 1.1em;
}
span#email {
}
|