summaryrefslogtreecommitdiffstats
path: root/doc/user/clock.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
commit87ed029c79514f1417fa42a1a3bda6c3716654f4 (patch)
tree35f31e44574cbbad4129c9f90200de60f5f9b19c /doc/user/clock.t
parentAdded copy of HELP.html. (diff)
downloadrtems-87ed029c79514f1417fa42a1a3bda6c3716654f4.tar.bz2
Added "findex" for all directive pages but it turns out that this
blows up both makeinfo and texi2dvi. So I have commented them out.
Diffstat (limited to 'doc/user/clock.t')
-rw-r--r--doc/user/clock.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/clock.t b/doc/user/clock.t
index aea2ee7a1d..3153adb878 100644
--- a/doc/user/clock.t
+++ b/doc/user/clock.t
@@ -224,6 +224,7 @@ and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_clock_set
@example
rtems_status_code rtems_clock_set(
rtems_time_of_day *time_buffer
@@ -274,6 +275,7 @@ the system date and time to application specific specifications.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_clock_get
@example
rtems_status_code rtems_clock_get(
rtems_clock_get_options option,
@@ -364,6 +366,7 @@ system date and time to application specific specifications.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_clock_tick
@example
rtems_status_code rtems_clock_tick( void );
@end example