summaryrefslogtreecommitdiffhomepage
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4acad04d..5fdd5107 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -215,9 +215,9 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'ryu', u'ryu Documentation',
- [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),
+ [u'Ryu development team'], 8),
+ ('man/ryu', 'ryu', u'management for Ryu application',
+ [u'Ryu development team'], 8),
+ ('man/ryu_manager', 'ryu-manager', 'management for Ryu application',
+ [u'Ryu development team'], 8),
]