summaryrefslogtreecommitdiffstats
path: root/doc/supplements
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-30 22:57:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-30 22:57:25 +0000
commit17a3c690be5f38e2e1ae8597cfe1d60bb2f8f1c6 (patch)
tree6ae9d55a4f82c32bf870ab2a860ab2c9e7d98fe8 /doc/supplements
parentupdated to reflect Ada (diff)
downloadrtems-17a3c690be5f38e2e1ae8597cfe1d60bb2f8f1c6.tar.bz2
fixed typos
Diffstat (limited to 'doc/supplements')
-rw-r--r--doc/supplements/hppa1_1/bsp.t4
-rw-r--r--doc/supplements/hppa1_1/bsp.texi4
-rw-r--r--doc/supplements/hppa1_1/hppa1_1.texi12
-rw-r--r--doc/supplements/i386/bsp.t4
-rw-r--r--doc/supplements/i386/bsp.texi4
-rw-r--r--doc/supplements/i386/i386.texi12
-rw-r--r--doc/supplements/i960/bsp.t2
-rw-r--r--doc/supplements/i960/bsp.texi2
-rw-r--r--doc/supplements/i960/i960.texi12
-rw-r--r--doc/supplements/m68k/bsp.t4
-rw-r--r--doc/supplements/m68k/m68k.texi12
-rw-r--r--doc/supplements/sparc/bsp.t9
-rw-r--r--doc/supplements/sparc/bsp.texi9
-rw-r--r--doc/supplements/sparc/sparc.texi13
14 files changed, 52 insertions, 51 deletions
diff --git a/doc/supplements/hppa1_1/bsp.t b/doc/supplements/hppa1_1/bsp.t
index b4b92a5bdb..372a6ada30 100644
--- a/doc/supplements/hppa1_1/bsp.t
+++ b/doc/supplements/hppa1_1/bsp.t
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of PA-RISC specific BSP
issues. For more information on developing a BSP, refer to the
-chapter titled Board Support Packages in the RTEMS C
+chapter titled Board Support Packages in the RTEMS
Applications User's Guide.
@ifinfo
@@ -63,7 +63,7 @@ cache, then it should be be done during the reset application
initialization code.
Finally, the requirements in the Board Support
-Packages chapter of the C Applications User's Manual for the
+Packages chapter of the Applications User's Manual for the
reset code which is executed before the call to initialize
executive must be satisfied.
diff --git a/doc/supplements/hppa1_1/bsp.texi b/doc/supplements/hppa1_1/bsp.texi
index b4b92a5bdb..372a6ada30 100644
--- a/doc/supplements/hppa1_1/bsp.texi
+++ b/doc/supplements/hppa1_1/bsp.texi
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of PA-RISC specific BSP
issues. For more information on developing a BSP, refer to the
-chapter titled Board Support Packages in the RTEMS C
+chapter titled Board Support Packages in the RTEMS
Applications User's Guide.
@ifinfo
@@ -63,7 +63,7 @@ cache, then it should be be done during the reset application
initialization code.
Finally, the requirements in the Board Support
-Packages chapter of the C Applications User's Manual for the
+Packages chapter of the Applications User's Manual for the
reset code which is executed before the call to initialize
executive must be satisfied.
diff --git a/doc/supplements/hppa1_1/hppa1_1.texi b/doc/supplements/hppa1_1/hppa1_1.texi
index 6542f421aa..78b61bb5ca 100644
--- a/doc/supplements/hppa1_1/hppa1_1.texi
+++ b/doc/supplements/hppa1_1/hppa1_1.texi
@@ -14,7 +14,7 @@
@c
@c
-@c Master file for the Hewlett Packard PA-RISC C Applications Supplement
+@c Master file for the Hewlett Packard PA-RISC Applications Supplement
@c
@include ../common/setup.texi
@@ -23,7 +23,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
-* RTEMS Hewlett Packard PA-RISC C Applications Supplement (hppa1_1):
+* RTEMS Hewlett Packard PA-RISC Applications Supplement (hppa1_1):
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
@c
@c I don't really like having a short title page. --joel
@c
-@c @shorttitlepage RTEMS Hewlett Packard PA-RISC C Applications Supplement
+@c @shorttitlepage RTEMS Hewlett Packard PA-RISC Applications Supplement
@setchapternewpage odd
-@settitle RTEMS Hewlett Packard PA-RISC C Applications Supplement
+@settitle RTEMS Hewlett Packard PA-RISC Applications Supplement
@titlepage
@finalout
-@title RTEMS Hewlett Packard PA-RISC C Supplement
+@title RTEMS Hewlett Packard PA-RISC Applications Supplement
@subtitle Edition @value{edition}, for RTEMS 4.1.0
@sp 1
@subtitle @value{update-month}
@@ -74,7 +74,7 @@ END-INFO-DIR-ENTRY
@node Top, Preface, (dir), (dir)
@top c_hppa1_1
-This is the online version of the RTEMS Hewlett Packard PA-RISC C
+This is the online version of the RTEMS Hewlett Packard PA-RISC
Applications Supplement.
@menu
diff --git a/doc/supplements/i386/bsp.t b/doc/supplements/i386/bsp.t
index 110d155154..45cfc301b7 100644
--- a/doc/supplements/i386/bsp.t
+++ b/doc/supplements/i386/bsp.t
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of i386 specific BSP issues.
For more information on developing a BSP, refer to the chapter
-titled Board Support Packages in the RTEMS C Applications User's
-Guide.
+titled Board Support Packages in the RTEMS
+Applications User's Guide.
@ifinfo
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
diff --git a/doc/supplements/i386/bsp.texi b/doc/supplements/i386/bsp.texi
index 110d155154..45cfc301b7 100644
--- a/doc/supplements/i386/bsp.texi
+++ b/doc/supplements/i386/bsp.texi
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of i386 specific BSP issues.
For more information on developing a BSP, refer to the chapter
-titled Board Support Packages in the RTEMS C Applications User's
-Guide.
+titled Board Support Packages in the RTEMS
+Applications User's Guide.
@ifinfo
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
diff --git a/doc/supplements/i386/i386.texi b/doc/supplements/i386/i386.texi
index 66a44d66b9..6bd847a4c5 100644
--- a/doc/supplements/i386/i386.texi
+++ b/doc/supplements/i386/i386.texi
@@ -20,7 +20,7 @@
@c
@c
-@c Master file for the Intel i386 C Applications Supplement
+@c Master file for the Intel i386 Applications Supplement
@c
@include ../common/setup.texi
@@ -29,7 +29,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
-* RTEMS Intel i386 C Applications Supplement (i386):
+* RTEMS Intel i386 Applications Supplement (i386):
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -46,14 +46,14 @@ END-INFO-DIR-ENTRY
@c
@c I don't really like having a short title page. --joel
@c
-@c @shorttitlepage RTEMS Intel i386 C Applications Supplement
+@c @shorttitlepage RTEMS Intel i386 Applications Supplement
@setchapternewpage odd
-@settitle RTEMS Intel i386 C Applications Supplement
+@settitle RTEMS Intel i386 Applications Supplement
@titlepage
@finalout
-@title RTEMS Intel i386 C Supplement
+@title RTEMS Intel i386 Applications Supplement
@subtitle Edition @value{edition}, for RTEMS 4.1.0
@sp 1
@subtitle @value{update-month}
@@ -80,7 +80,7 @@ END-INFO-DIR-ENTRY
@node Top, Preface, (dir), (dir)
@top c_i386
-This is the online version of the RTEMS Intel i386 C
+This is the online version of the RTEMS Intel i386
Applications Supplement.
@menu
diff --git a/doc/supplements/i960/bsp.t b/doc/supplements/i960/bsp.t
index 423cde737c..8b4e72690b 100644
--- a/doc/supplements/i960/bsp.t
+++ b/doc/supplements/i960/bsp.t
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of i960CA specific BSP
issues. For more information on developing a BSP, refer to the
-chapter titled Board Support Packages in the RTEMS C
+chapter titled Board Support Packages in the RTEMS
Applications User's Guide.
@ifinfo
diff --git a/doc/supplements/i960/bsp.texi b/doc/supplements/i960/bsp.texi
index 423cde737c..8b4e72690b 100644
--- a/doc/supplements/i960/bsp.texi
+++ b/doc/supplements/i960/bsp.texi
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of i960CA specific BSP
issues. For more information on developing a BSP, refer to the
-chapter titled Board Support Packages in the RTEMS C
+chapter titled Board Support Packages in the RTEMS
Applications User's Guide.
@ifinfo
diff --git a/doc/supplements/i960/i960.texi b/doc/supplements/i960/i960.texi
index 3f6f1da411..4ba8bddaac 100644
--- a/doc/supplements/i960/i960.texi
+++ b/doc/supplements/i960/i960.texi
@@ -14,7 +14,7 @@
@c
@c
-@c Master file for the Intel i960 C Applications Supplement
+@c Master file for the Intel i960 Applications Supplement
@c
@include ../common/setup.texi
@@ -23,7 +23,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
-* RTEMS Intel i960 C Applications Supplement (i960):
+* RTEMS Intel i960 Applications Supplement (i960):
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
@c
@c I don't really like having a short title page. --joel
@c
-@c @shorttitlepage RTEMS Intel i960 C Applications Supplement
+@c @shorttitlepage RTEMS Intel i960 Applications Supplement
@setchapternewpage odd
-@settitle RTEMS Intel i960 C Applications Supplement
+@settitle RTEMS Intel i960 Applications Supplement
@titlepage
@finalout
-@title RTEMS Intel i960 C Supplement
+@title RTEMS Intel i960 Applications Supplement
@subtitle Edition @value{edition}, for RTEMS 4.1.0
@sp 1
@subtitle @value{update-month}
@@ -74,7 +74,7 @@ END-INFO-DIR-ENTRY
@node Top, Preface, (dir), (dir)
@top c_i960
-This is the online version of the RTEMS Intel i960 C
+This is the online version of the RTEMS Intel i960
Applications Supplement.
@menu
diff --git a/doc/supplements/m68k/bsp.t b/doc/supplements/m68k/bsp.t
index 60c889c495..dc07f4e392 100644
--- a/doc/supplements/m68k/bsp.t
+++ b/doc/supplements/m68k/bsp.t
@@ -25,7 +25,7 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of MC68020 specific BSP
issues. For more information on developing a BSP, refer to the
-chapter titled Board Support Packages in the RTEMS C
+chapter titled Board Support Packages in the RTEMS
Applications User's Guide.
@ifinfo
@@ -82,7 +82,7 @@ caching is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the C Applications User's
+Board Support Packages chapter of the Applications User's
Manual for the reset code which is executed before the call to
initialize executive, the MC68020 version has the following
specific requirements:
diff --git a/doc/supplements/m68k/m68k.texi b/doc/supplements/m68k/m68k.texi
index 2378a9f340..eb274eb9a8 100644
--- a/doc/supplements/m68k/m68k.texi
+++ b/doc/supplements/m68k/m68k.texi
@@ -14,7 +14,7 @@
@c
@c
-@c Master file for the Motorola MC68xxx C Applications Supplement
+@c Master file for the Motorola MC68xxx Applications Supplement
@c
@include ../common/setup.texi
@@ -23,7 +23,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
-* RTEMS Motorola MC68xxx C Applications Supplement (m68k):
+* RTEMS Motorola MC68xxx Applications Supplement (m68k):
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
@c
@c I don't really like having a short title page. --joel
@c
-@c @shorttitlepage RTEMS Motorola MC68xxx C Applications Supplement
+@c @shorttitlepage RTEMS Motorola MC68xxx Applications Supplement
@setchapternewpage odd
-@settitle RTEMS Motorola MC68xxx C Applications Supplement
+@settitle RTEMS Motorola MC68xxx Applications Supplement
@titlepage
@finalout
-@title RTEMS Motorola MC68xxx C Supplement
+@title RTEMS Motorola MC68xxx Applications Supplement
@subtitle Edition @value{edition}, for RTEMS 4.1.0
@sp 1
@subtitle @value{update-month}
@@ -75,7 +75,7 @@ END-INFO-DIR-ENTRY
@node Top, Preface, (dir), (dir)
@top c_m68k
-This is the online version of the RTEMS Motorola MC68xxx C
+This is the online version of the RTEMS Motorola MC68xxx
Applications Supplement.
@menu
diff --git a/doc/supplements/sparc/bsp.t b/doc/supplements/sparc/bsp.t
index 78ffa3ac26..3564f1c1c4 100644
--- a/doc/supplements/sparc/bsp.t
+++ b/doc/supplements/sparc/bsp.t
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of SPARC specific BSP issues.
For more information on developing a BSP, refer to the chapter
-titled Board Support Packages in the RTEMS C Applications User's
-Guide.
+titled Board Support Packages in the RTEMS
+Applications User's Guide.
@ifinfo
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
@@ -77,8 +77,9 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the C Applications User's
-Manual for the reset code which is executed before the call to
+Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Applications User's Manual for the reset code
+which is executed before the call to
rtems_initialize executive, the SPARC version has the following
specific requirements:
diff --git a/doc/supplements/sparc/bsp.texi b/doc/supplements/sparc/bsp.texi
index 78ffa3ac26..3564f1c1c4 100644
--- a/doc/supplements/sparc/bsp.texi
+++ b/doc/supplements/sparc/bsp.texi
@@ -25,8 +25,8 @@ An RTEMS Board Support Package (BSP) must be designed
to support a particular processor and target board combination.
This chapter presents a discussion of SPARC specific BSP issues.
For more information on developing a BSP, refer to the chapter
-titled Board Support Packages in the RTEMS C Applications User's
-Guide.
+titled Board Support Packages in the RTEMS
+Applications User's Guide.
@ifinfo
@node Board Support Packages System Reset, Board Support Packages Processor Initialization, Board Support Packages Introduction, Board Support Packages
@@ -77,8 +77,9 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the C Applications User's
-Manual for the reset code which is executed before the call to
+Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Applications User's Manual for the reset code
+which is executed before the call to
rtems_initialize executive, the SPARC version has the following
specific requirements:
diff --git a/doc/supplements/sparc/sparc.texi b/doc/supplements/sparc/sparc.texi
index 40d30dfbb6..75c4ce6cc7 100644
--- a/doc/supplements/sparc/sparc.texi
+++ b/doc/supplements/sparc/sparc.texi
@@ -14,7 +14,7 @@
@c
@c
-@c Master file for the SPARC C Applications Supplement
+@c Master file for the SPARC Applications Supplement
@c
@include ../common/setup.texi
@@ -23,7 +23,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
-* RTEMS SPARC C Applications Supplement (sparc):
+* RTEMS SPARC Applications Supplement (sparc):
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -40,14 +40,14 @@ END-INFO-DIR-ENTRY
@c
@c I don't really like having a short title page. --joel
@c
-@c @shorttitlepage RTEMS SPARC C Applications Supplement
+@c @shorttitlepage RTEMS SPARC Applications Supplement
@setchapternewpage odd
-@settitle RTEMS SPARC C Applications Supplement
+@settitle RTEMS SPARC Applications Supplement
@titlepage
@finalout
-@title RTEMS SPARC C Supplement
+@title RTEMS SPARC Applications Supplement
@subtitle Edition @value{edition}, for RTEMS 4.1.0
@sp 1
@subtitle @value{update-month}
@@ -74,8 +74,7 @@ END-INFO-DIR-ENTRY
@node Top, Preface, (dir), (dir)
@top c_sparc
-This is the online version of the RTEMS SPARC C
-Applications Supplement.
+This is the online version of the RTEMS SPARC Applications Supplement.
@menu
* Preface::