From f511f863986db86d5b060bc1a92da1077cd6e3fb Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 21 Sep 2016 07:39:09 +0200 Subject: [PATCH] doc: rename to 'Suricata User Guide' --- doc/userguide/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/conf.py b/doc/userguide/conf.py index 02433a4936..e16144cb85 100644 --- a/doc/userguide/conf.py +++ b/doc/userguide/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, 'Suricata.tex', u'Suricata Documentation', + (master_doc, 'Suricata.tex', u'Suricata User Guide', u'OISF', 'manual'), ] @@ -276,7 +276,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'Suricata', u'Suricata Documentation', + (master_doc, 'Suricata', u'Suricata User Guide', author, 'Suricata', 'One line description of project.', 'Miscellaneous'), ]