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

diff --git a/doc/source/conf.py b/doc/source/conf.py
index fcec4c6..56eff88 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -220,6 +220,8 @@ man_pages = [
      [u'ryu development team'], 1),
     ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client',
      [u'ryu development team'], 1),
+    ('man/ryu', 'ryu', u'ryu',
+     [u'ryu development team'], 1),
     ('man/ryu_manager', 'ryu-manager', u'ryu manager',
      [u'ryu development team'], 1),
 ]
diff --git a/doc/source/man/ryu.rst b/doc/source/man/ryu.rst
new file mode 100644
index 0000000..6b2d88f
--- /dev/null
+++ b/doc/source/man/ryu.rst
@@ -0,0 +1,20 @@
+:orphan:
+
+ryu manual page
+===============
+
+Synoposis
+---------
+**ryu** [*options*] <subcommand> [*subcommand options*]
+
+Description
+-----------
+:program:`ryu` is an Operating System for Software Defined Networking
+
+Options
+-------
+-h, --help
+
+Author
+------
+Ryu development team
-- 
1.8.3.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to