diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-09-04 15:54:53 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-09-04 15:54:53 +0200 |
commit | 48d3e2d6607499b8c5feb1258c9bd40519923c69 (patch) | |
tree | 38c86237cd514eff95c241ad70e9a6b484a0fbc3 /doc | |
parent | 6c393f53e28f41118eed9a8d034d8d46f2555572 (diff) |
Revert "Removed empty man pages for old standalone devices"
This reverts commit 6ff193999d96487f7aa7e578980ab5554e61d8dc.
Diffstat (limited to 'doc')
-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, 88 insertions, 1 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index 3351125..c20001b 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -36,7 +36,7 @@ template::[header-declarations] [footer] <refsect1 id="_authors"> <title>AUTHORS</title> -<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> +<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> </refsect1> <refsect1 id="_resources"> <title>RESOURCES</title> diff --git a/doc/zmq_forwarder.txt b/doc/zmq_forwarder.txt new file mode 100644 index 0000000..ae6ae9b --- /dev/null +++ b/doc/zmq_forwarder.txt @@ -0,0 +1,29 @@ +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 new file mode 100644 index 0000000..2d198cf --- /dev/null +++ b/doc/zmq_queue.txt @@ -0,0 +1,29 @@ +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 new file mode 100644 index 0000000..5f142f7 --- /dev/null +++ b/doc/zmq_streamer.txt @@ -0,0 +1,29 @@ +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] + + |