From db9152036258e231ec0a1ac3c67426700dc3d7e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jul 1997 18:45:58 +0000 Subject: corrected typos and changes LANGUAGE to RTEMS-LANGUAGE. --- doc/supplements/sparc/bsp.t | 2 +- doc/supplements/sparc/bsp.texi | 2 +- doc/supplements/sparc/cpumodel.t | 2 +- doc/supplements/sparc/cpumodel.texi | 2 +- doc/supplements/sparc/cputable.t | 6 ++++-- doc/supplements/sparc/cputable.texi | 6 ++++-- 6 files changed, 12 insertions(+), 8 deletions(-) (limited to 'doc/supplements/sparc') diff --git a/doc/supplements/sparc/bsp.t b/doc/supplements/sparc/bsp.t index 76374ccb14..392a533b4f 100644 --- a/doc/supplements/sparc/bsp.t +++ b/doc/supplements/sparc/bsp.t @@ -79,7 +79,7 @@ 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 @value{RTEMS-LANGUAGE} +Board Support Packages chapter of the @value{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 diff --git a/doc/supplements/sparc/bsp.texi b/doc/supplements/sparc/bsp.texi index 76374ccb14..392a533b4f 100644 --- a/doc/supplements/sparc/bsp.texi +++ b/doc/supplements/sparc/bsp.texi @@ -79,7 +79,7 @@ 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 @value{RTEMS-LANGUAGE} +Board Support Packages chapter of the @value{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 diff --git a/doc/supplements/sparc/cpumodel.t b/doc/supplements/sparc/cpumodel.t index af1605572c..85afb3f48f 100644 --- a/doc/supplements/sparc/cpumodel.t +++ b/doc/supplements/sparc/cpumodel.t @@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific. @end ifinfo @section CPU Model Implementation Notes -The ERC is a custom SPARC V7 implementation based on the Cypress 601/602 +The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602 chipset. This CPU has a number of on-board peripherals and was developed by the European Space Agency to target space applications. RTEMS currently provides support for the following peripherals: diff --git a/doc/supplements/sparc/cpumodel.texi b/doc/supplements/sparc/cpumodel.texi index af1605572c..85afb3f48f 100644 --- a/doc/supplements/sparc/cpumodel.texi +++ b/doc/supplements/sparc/cpumodel.texi @@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific. @end ifinfo @section CPU Model Implementation Notes -The ERC is a custom SPARC V7 implementation based on the Cypress 601/602 +The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602 chipset. This CPU has a number of on-board peripherals and was developed by the European Space Agency to target space applications. RTEMS currently provides support for the following peripherals: diff --git a/doc/supplements/sparc/cputable.t b/doc/supplements/sparc/cputable.t index 481665a9ce..5b82cb3533 100644 --- a/doc/supplements/sparc/cputable.t +++ b/doc/supplements/sparc/cputable.t @@ -38,7 +38,8 @@ Information Table is given by the C structure definition is shown below: @example -struct cpu_configuration_table @{ +@group +typedef struct @{ void (*pretasking_hook)( void ); void (*predriver_hook)( void ); void (*postdriver_hook)( void ); @@ -50,7 +51,8 @@ struct cpu_configuration_table @{ void (*stack_free_hook)( void* ); /* end of fields required on all CPUs */ -@}; +@} rtems_cpu_table; +@end group @end example @table @code diff --git a/doc/supplements/sparc/cputable.texi b/doc/supplements/sparc/cputable.texi index 481665a9ce..5b82cb3533 100644 --- a/doc/supplements/sparc/cputable.texi +++ b/doc/supplements/sparc/cputable.texi @@ -38,7 +38,8 @@ Information Table is given by the C structure definition is shown below: @example -struct cpu_configuration_table @{ +@group +typedef struct @{ void (*pretasking_hook)( void ); void (*predriver_hook)( void ); void (*postdriver_hook)( void ); @@ -50,7 +51,8 @@ struct cpu_configuration_table @{ void (*stack_free_hook)( void* ); /* end of fields required on all CPUs */ -@}; +@} rtems_cpu_table; +@end group @end example @table @code -- cgit v1.2.3