From 17a3c690be5f38e2e1ae8597cfe1d60bb2f8f1c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 May 1997 22:57:25 +0000 Subject: fixed typos --- doc/user/conf.t | 8 ++++---- doc/user/fatal.t | 2 +- doc/user/intr.t | 4 ++-- doc/user/overview.t | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/user') diff --git a/doc/user/conf.t b/doc/user/conf.t index e0b7eebe11..20b88cd1ac 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -347,7 +347,7 @@ describe processor dependent information required by RTEMS. This table is generally used to supply RTEMS with information only known by the Board Support Package. The contents of this table are discussed in the CPU Dependent Information Table -chapter of the C Applications Supplement document for a specific +chapter of the Applications Supplement document for a specific target processor. @ifinfo @@ -916,7 +916,7 @@ This allows the application designer the flexibility to tailor RTEMS to most efficiently meet system requirements while still satisfying even the most stringent memory constraints. As result, the size of the RTEMS executive is application -dependent. A Memory Requirements worksheet is provided in the C +dependent. A Memory Requirements worksheet is provided in the Applications Supplement document for a specific target processor. This worksheet can be used to calculate the memory requirements of a custom RTEMS run-time environment. To insure @@ -943,7 +943,7 @@ be in RAM, its code space can be located in either ROM or RAM. In addition, the user must allocate RAM for the RTEMS RAM Workspace. The size of this area is application dependent and can be calculated using the formula provided in the Memory -Requirements chapter of the C Applications Supplement document +Requirements chapter of the Applications Supplement document for a specific target processor. All RTEMS data variables and routine names used by @@ -973,7 +973,7 @@ the workspace area will result in the fatal_error_occurred directive being invoked with the INVALID_ADDRESS error code. A worksheet is provided in the Memory Requirements -chapter of the C Applications Supplement document for a specific +chapter of the Applications Supplement document for a specific target processor to assist the user in calculating the minimum size of the RTEMS RAM Workspace for each application. The value calculated with this worksheet is the minimum value that should diff --git a/doc/user/fatal.t b/doc/user/fatal.t index 36b75c59f5..9d85e8297d 100644 --- a/doc/user/fatal.t +++ b/doc/user/fatal.t @@ -68,7 +68,7 @@ all maskable interrupts, place the error code in a known processor dependent place (generally either on the stack or in a register), and halt the processor. The precise actions of the RTEMS fatal error are discussed in the Default Fatal Error -Processing chapter of the C Applications Supplement document for +Processing chapter of the Applications Supplement document for a specific target processor. @ifinfo diff --git a/doc/user/intr.t b/doc/user/intr.t index 2b7b2a15bd..2ea796b7c6 100644 --- a/doc/user/intr.t +++ b/doc/user/intr.t @@ -142,7 +142,7 @@ dependent. RTEMS internally supports 256 interrupt levels which are mapped to the processor's interrupt levels. For specific information on the mapping between RTEMS and the target processor's interrupt levels, refer to the Interrupt Processing -chapter of the C Applications Supplement document for a specific +chapter of the Applications Supplement document for a specific target processor. @ifinfo @@ -158,7 +158,7 @@ upon completion of the section. RTEMS has been optimized to insure that interrupts are disabled for a minimum length of time. The maximum length of time interrupts are disabled by RTEMS is processor dependent and is detailed in the Timing -Specification chapter of the C Applications Supplement document +Specification chapter of the Applications Supplement document for a specific target processor. Non-maskable interrupts (NMI) cannot be disabled, and diff --git a/doc/user/overview.t b/doc/user/overview.t index 85a356ec89..ac49683682 100644 --- a/doc/user/overview.t +++ b/doc/user/overview.t @@ -56,7 +56,7 @@ following features: This manual describes the usage of RTEMS for applications written in the @value{RTEMS-LANGUAGE} programming language. Those implementation details that are processor dependent are provided -in the C Applications Supplement documents. A supplement +in the Applications Supplement documents. A supplement document which addresses specific architectural issues that affect RTEMS is provided for each processor type that is supported. @@ -374,7 +374,7 @@ RTEMS to most efficiently meet system requirements while still satisfying even the most stringent memory constraints. As a result, the size of the RTEMS executive is application dependent. A worksheet is provided in the Memory Requirements -chapter of the C Applications Supplement document for a specific +chapter of the Applications Supplement document for a specific target processor. The worksheet is used to calculate the memory requirements of a custom RTEMS run-time environment. The following managers may be optionally excluded: -- cgit v1.2.3