Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 doc/source/conf.py         |  2 ++
 doc/source/man/rpc_cli.rst | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 doc/source/man/rpc_cli.rst

diff --git a/doc/source/conf.py b/doc/source/conf.py
index dcc9594..26977d0 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -215,6 +215,8 @@ latex_documents = [
 man_pages = [
     ('index', 'ryu', u'ryu Documentation',
      [u'ryu development team'], 1),
+    ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client',
+     [u'ryu development team'], 1),
     ('man/ryu_manager', 'ryu-manager', u'ryu manager',
      [u'ryu development team'], 1),
 ]
diff --git a/doc/source/man/rpc_cli.rst b/doc/source/man/rpc_cli.rst
new file mode 100644
index 0000000..b9cc273
--- /dev/null
+++ b/doc/source/man/rpc_cli.rst
@@ -0,0 +1,20 @@
+:orphan:
+
+rpc-cli manual page
+===================
+
+Synoposis
+---------
+**rpc-cli** [*options*]
+
+Description
+-----------
+:program:`rpc-cli` is a simple msgpack-rpc client.
+
+Options
+-------
+-h, --help
+
+Author
+------
+Ryu development team
-- 
1.8.3.1


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to