summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/man/ryu_client.rst24
2 files changed, 0 insertions, 26 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4caf9b0e..b4e59983 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -217,6 +217,4 @@ man_pages = [
[u'ryu development team'], 1),
('man/ryu_manager', 'ryu-manager', u'ryu manager',
[u'ryu development team'], 1),
- ('man/ryu_client', 'ryu-client', u'ryu client utility',
- [u'ryu development team'], 1),
]
diff --git a/doc/source/man/ryu_client.rst b/doc/source/man/ryu_client.rst
deleted file mode 100644
index 522f3c95..00000000
--- a/doc/source/man/ryu_client.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-:orphan:
-
-ryu-client manual page
-======================
-
-Synoposis
----------
-**ryu-client** [*options*] <command> [<command args>]
-
-Description
------------
-:program:`ryu-client` is a test utility for :program:`ryu-manager`
-
-Options
--------
--h, --help
-
-See also
---------
-:manpage:`ryu-manager(1)`
-
-Author
-------
-Ryu development team