summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/conf.py b/shell/conf.py
index 878c39b..2b58581 100644
--- a/shell/conf.py
+++ b/shell/conf.py
@@ -6,8 +6,8 @@ from conf import *
version = '4.11.99'
release = '4.11.99'
-project = "RTEMS Shell Manual"
+project = "RTEMS Shell Guide"
latex_documents = [
- ('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'shell.tex', u'RTEMS Shell Guide', u'RTEMS Documentation Project', 'manual'),
]