summaryrefslogtreecommitdiffhomepage
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/man/ryu.rst20
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index fcec4c62..56eff88a 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 00000000..6b2d88f6
--- /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