summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/target.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:52 +0000
commitabfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1 (patch)
treeac0bbe99a0fa43b6f04e82ac14e900e8224c4ae7 /doc/bsp_howto/target.t
parentChanged commands for installing numerous files to include $(SRCDIR). (diff)
downloadrtems-abfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1.tar.bz2
Changed section numbers.
Diffstat (limited to 'doc/bsp_howto/target.t')
-rw-r--r--doc/bsp_howto/target.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t
index 1ecadac541..c405c7ee52 100644
--- a/doc/bsp_howto/target.t
+++ b/doc/bsp_howto/target.t
@@ -6,7 +6,7 @@
@c $Id$
@c
-@chapter = Target Dependent and Board Dependent Files
+@chapter Target Dependent and Board Dependent Files
RTEMS divides board dependencies into two parts :
@@ -21,12 +21,11 @@ descriptions of each needed CPU dependant function.
@item the board dependant code : it includes support for a given board,
such as the board initialization code and drivers for the various devices:
-clock, UARTs, ethernet board, etc.
@end itemize
-Porting RTEMS on a new board should raise two questions :
+Porting RTEMS on a new board should raise two questions:
@itemize @bullet