summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/clock.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/clock.t
parentChanged commands for installing numerous files to include $(SRCDIR). (diff)
downloadrtems-abfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1.tar.bz2
Changed section numbers.
Diffstat (limited to 'doc/bsp_howto/clock.t')
-rw-r--r--doc/bsp_howto/clock.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/bsp_howto/clock.t b/doc/bsp_howto/clock.t
index 65f55e0a16..a00eb0f769 100644
--- a/doc/bsp_howto/clock.t
+++ b/doc/bsp_howto/clock.t
@@ -6,9 +6,9 @@
@c $Id$
@c
-@chapter = Clock Driver
+@chapter Clock Driver
-@subsection = Introduction
+@section Introduction
The clock driver aims at giving a steady time basis to the kernel, so that
the RTEMS primitives that need a clock tick work properly. <insert a link
@@ -16,9 +16,9 @@ to the Clock Driver defs>
The clock driver is located in the clock directory of the BSP.
-@subsection = Primitives
+@section Primitives
-@subsection = Initialization
+@section Initialization
The major and minor numbers of the clock driver can be made available to
the others, such as the Shared Memory Driver.
@@ -36,7 +36,7 @@ the VBR:
rtems_interrupt_catch (InterruptHandler, CONSOLE_VECTOR, &old_handler);
@end example
-@subsection = The clock interrupt subroutine
+@section The clock interrupt subroutine
It only has to inform the kernel that a ticker has elapsed, so call :