diff options
-rw-r--r-- | doc/asciidoc.conf | 2 | ||||
-rw-r--r-- | doc/zmq_forwarder.txt | 29 | ||||
-rw-r--r-- | doc/zmq_queue.txt | 29 | ||||
-rw-r--r-- | doc/zmq_streamer.txt | 29 |
4 files changed, 1 insertions, 88 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index c20001b..3351125 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -36,7 +36,7 @@ template::[header-declarations] [footer] <refsect1 id="_authors"> <title>AUTHORS</title> -<simpara>Man pages by Martin Lucina <<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>>, Martin Sustrik <<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>>, and Pieter Hintjens <<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>>.</simpara> +<simpara>The 0MQ reference manual was written by Martin Lucina <<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>>, Martin Sustrik <<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>>, and Pieter Hintjens <<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>>.</simpara> </refsect1> <refsect1 id="_resources"> <title>RESOURCES</title> diff --git a/doc/zmq_forwarder.txt b/doc/zmq_forwarder.txt deleted file mode 100644 index ae6ae9b..0000000 --- a/doc/zmq_forwarder.txt +++ /dev/null @@ -1,29 +0,0 @@ -zmq_forwarder(1) -================ - - -NAME ----- -zmq_forwarder - forwarding device for publish-subscribe messaging - - -SYNOPSIS --------- -To be written. - - -DESCRIPTION ------------ -To be written. - - -OPTIONS -------- -To be written. - - -SEE ALSO --------- -linkzmq:zmq[7] - - diff --git a/doc/zmq_queue.txt b/doc/zmq_queue.txt deleted file mode 100644 index 2d198cf..0000000 --- a/doc/zmq_queue.txt +++ /dev/null @@ -1,29 +0,0 @@ -zmq_queue(1) -============ - - -NAME ----- -zmq_queue - forwarding device for request-reply messaging - - -SYNOPSIS --------- -To be written. - - -DESCRIPTION ------------ -To be written. - - -OPTIONS -------- -To be written. - - -SEE ALSO --------- -linkzmq:zmq[7] - - diff --git a/doc/zmq_streamer.txt b/doc/zmq_streamer.txt deleted file mode 100644 index 5f142f7..0000000 --- a/doc/zmq_streamer.txt +++ /dev/null @@ -1,29 +0,0 @@ -zmq_streamer(1) -=============== - - -NAME ----- -zmq_streamer - streamer device for parallelized pipeline messaging - - -SYNOPSIS --------- -To be written. - - -DESCRIPTION ------------ -To be written. - - -OPTIONS -------- -To be written. - - -SEE ALSO --------- -linkzmq:zmq[7] - - |