summaryrefslogtreecommitdiffstats
path: root/c-user/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 /c-user/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--c-user/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/conf.py b/c-user/conf.py
index 0aeb699..90a7af7 100644
--- a/c-user/conf.py
+++ b/c-user/conf.py
@@ -6,8 +6,8 @@ from conf import *
version = '4.11.99'
release = '4.11.99'
-project = "RTEMS C User Manual"
+project = "RTEMS Classic API Guide"
latex_documents = [
- ('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'c-user.tex', u'RTEMS Classic API Guide', u'RTEMS Documentation Project', 'manual'),
]