From 48d3e2d6607499b8c5feb1258c9bd40519923c69 Mon Sep 17 00:00:00 2001
From: Martin Lucina <mato@kotelna.sk>
Date: Sat, 4 Sep 2010 15:54:53 +0200
Subject: Revert "Removed empty man pages for old standalone devices"

This reverts commit 6ff193999d96487f7aa7e578980ab5554e61d8dc.
---
 doc/asciidoc.conf     |  2 +-
 doc/zmq_forwarder.txt | 29 +++++++++++++++++++++++++++++
 doc/zmq_queue.txt     | 29 +++++++++++++++++++++++++++++
 doc/zmq_streamer.txt  | 29 +++++++++++++++++++++++++++++
 4 files changed, 88 insertions(+), 1 deletion(-)
 create mode 100644 doc/zmq_forwarder.txt
 create mode 100644 doc/zmq_queue.txt
 create mode 100644 doc/zmq_streamer.txt

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 &lt;<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>&gt;, Martin Sustrik &lt;<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>&gt;, and Pieter Hintjens &lt;<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>&gt;.</simpara>
+<simpara>Man pages by Martin Lucina &lt;<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>&gt;, Martin Sustrik &lt;<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>&gt;, and Pieter Hintjens &lt;<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>&gt;.</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]
+
+
-- 
cgit v1.2.3