summaryrefslogtreecommitdiff
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py
index 6c39c6e26d..233056666d 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -231,7 +231,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'FRR.tex', u'FRR Developer\'s Documentation',
+ (master_doc, 'FRR.tex', u'FRR Developer\'s Manual',
u'FRR', 'manual'),
]
@@ -261,7 +261,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'frr', u'FRR Developer\'s Documentation',
+ (master_doc, 'frr', u'FRR Developer\'s Manual',
[author], 1)
]
@@ -275,7 +275,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'FRR', u'FRR Developer\'s Documentation',
+ (master_doc, 'FRR', u'FRR Developer\'s Manual',
author, 'FRR', 'One line description of project.',
'Miscellaneous'),
]