diff --git a/doc/source/conf.py b/doc/source/conf.py index 95fc6474..2494b76e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -213,5 +213,9 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'ryu', u'ryu Documentation', - [u'ryu development team'], 1) + [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 new file mode 100644 index 00000000..1f43916e --- /dev/null +++ b/doc/source/man/ryu_client.rst @@ -0,0 +1,24 @@ +:orphan: + +ryu-client manual page +====================== + +Synoposis +--------- +**ryu-client** [*options*] [] + +Description +----------- +:program:`ryu-manger` is a test utility for :program:`ryu-manager` + +Options +------- +-h, --help + +See also +-------- +:manpage:`ryu-manager(1)` + +Author +------ +Ryu development team diff --git a/doc/source/man/ryu_manager.rst b/doc/source/man/ryu_manager.rst new file mode 100644 index 00000000..7dabac46 --- /dev/null +++ b/doc/source/man/ryu_manager.rst @@ -0,0 +1,24 @@ +:orphan: + +ryu-manager manual page +======================= + +Synoposis +--------- +**ryu-manager** [*options*] [, ...] + +Description +----------- +:program:`ryu-manger` is an Operating System for Software Defined Networking + +Options +------- +-h, --help + +See also +-------- +:manpage:`ryu-client(1)` + +Author +------ +Ryu development team