summaryrefslogtreecommitdiffstats
path: root/bsp-howto/conf.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-12 18:50:59 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 18:53:35 -0500
commitc6f8e512b916147faae59687d13611291ef0f426 (patch)
tree93f55c9b0dc116f5d121e54067420b16d6f83509 /bsp-howto/conf.py
parentc-user: CONFIGURE_MAXIMUM_POSIX_SEMAPHORES (diff)
downloadrtems-docs-c6f8e512b916147faae59687d13611291ef0f426.tar.bz2
Shorten the name of the BSP and Device Driver Development Guide
Old name: RTEMS BSP and Device Driver Development Guide This is long and causes problems in the PDF output. This patch changes the name to: RTEMS BSP and Driver Guide Closes #3141.
Diffstat (limited to 'bsp-howto/conf.py')
-rw-r--r--bsp-howto/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/conf.py b/bsp-howto/conf.py
index 721f63f..b245466 100644
--- a/bsp-howto/conf.py
+++ b/bsp-howto/conf.py
@@ -8,7 +8,7 @@ project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
('index',
'bsp-howto.tex',
- u'RTEMS BSP and Device Driver Development Guide',
+ u'RTEMS BSP and Driver Guide',
u'RTEMS Documentation Project',
'manual'),
]