summaryrefslogtreecommitdiffstats
path: root/c_user/configuring_a_system.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 10:32:05 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commitf02e87257aa62bd8b78fb199a33a3cf1a5ad18be (patch)
treeb8a1480e099194ebea5f67a22e488567468abb22 /c_user/configuring_a_system.rst
parentManually apply patch from textinfo dooc. (diff)
downloadrtems-docs-f02e87257aa62bd8b78fb199a33a3cf1a5ad18be.tar.bz2
Fix the double quotes.
Diffstat (limited to 'c_user/configuring_a_system.rst')
-rw-r--r--c_user/configuring_a_system.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c_user/configuring_a_system.rst b/c_user/configuring_a_system.rst
index b55eea1..e427501 100644
--- a/c_user/configuring_a_system.rst
+++ b/c_user/configuring_a_system.rst
@@ -88,8 +88,8 @@ The memory area for the RTEMS Workspace is determined by the BSP. In case the
RTEMS Workspace is too large for the available memory, then a fatal run-time
error occurs and the system terminates.
-The file ``<rtems/confdefs.h>`` will calculate the value of
-the``work_space_size`` parameter of the Configuration Table. There are many
+The file ``<rtems/confdefs.h>`` will calculate the value of the
+``work_space_size`` parameter of the Configuration Table. There are many
parameters the application developer can specify to help ``<rtems/confdefs.h>``
in its calculations. Correctly specifying the application requirements via
parameters such as ``CONFIGURE_EXTRA_TASK_STACKS`` and
@@ -1915,7 +1915,7 @@ run-time stack bounds checking.
**NOTES:**
-In 4.9 and older, this configuration parameter was named``STACK_CHECKER_ON``.
+In 4.9 and older, this configuration parameter was named ``STACK_CHECKER_ON``.
This increases the time required to create tasks as well as adding overhead to
each context switch.
@@ -3321,7 +3321,7 @@ The order of precedence for configuring the IDLE task stack size is:
- If defined, then the BSP specific ``BSP_IDLE_TASK_SIZE``.
-- If defined, then the application specified``CONFIGURE_IDLE_TASK_SIZE``.
+- If defined, then the application specified ``CONFIGURE_IDLE_TASK_SIZE``.
.. COMMENT: XXX - add cross references to other related values.