summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-01-11 19:01:20 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 19:01:20 -0600
commit7193f09294a087701e99d8dab1c58b357671aed6 (patch)
treea704f71c51172449e6d8311c9d8b8303335e9ae0 /shell/conf.py
parentRemove references to SPARC/SIS BSP. Also clean up old ERC32 references. (diff)
downloadrtems-docs-7193f09294a087701e99d8dab1c58b357671aed6.tar.bz2
Update document titles for consistency
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'),
]