summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/clock.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 21:20:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 21:20:42 +0000
commit3351d41fbf8a418bf4470b81d6605af49f9501bc (patch)
tree7e1516c28191afb10e73d509bb3330f7642c3c96 /doc/bsp_howto/clock.t
parentRemoved bsp structure as chapter and renamed some other chapters. (diff)
downloadrtems-3351d41fbf8a418bf4470b81d6605af49f9501bc.tar.bz2
Redid sections to have right depth.
Diffstat (limited to 'doc/bsp_howto/clock.t')
-rw-r--r--doc/bsp_howto/clock.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bsp_howto/clock.t b/doc/bsp_howto/clock.t
index a00eb0f769..918f6331b2 100644
--- a/doc/bsp_howto/clock.t
+++ b/doc/bsp_howto/clock.t
@@ -18,7 +18,7 @@ The clock driver is located in the clock directory of the BSP.
@section Primitives
-@section Initialization
+@subsection 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
-@section The clock interrupt subroutine
+@subsection The Clock Interrupt Subroutine
It only has to inform the kernel that a ticker has elapsed, so call :