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/cputable.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/supplements/sparc/cputable.t') 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 -- cgit v1.2.3