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 1eac6af763..c3295f88bd 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -271,7 +271,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'FRR.tex', u'FRR User Manual',
+ (master_doc, 'FRR.tex', u"FRR Developer's Manual",
u'FRR', 'manual'),
]
@@ -301,7 +301,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 User Manual',
+ (master_doc, 'frr', u"FRR Developer's Manual",
[author], 1)
]
@@ -315,7 +315,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'FRR', u'FRR User Manual',
+ (master_doc, 'FRR', u"FRR Developer's Manual",
author, 'FRR', 'One line description of project.',
'Miscellaneous'),
]