summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/clock.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:24:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:24:37 +0000
commita518cc11e159abf9eb95244e5faec73f29db975e (patch)
treec0d8221ec8a2899831f2ff8a72d53e7dd3d68916 /doc/posix_users/clock.t
parentMore cleanup. (diff)
downloadrtems-a518cc11e159abf9eb95244e5faec73f29db975e.tar.bz2
Added descriptions.
Diffstat (limited to 'doc/posix_users/clock.t')
-rw-r--r--doc/posix_users/clock.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/posix_users/clock.t b/doc/posix_users/clock.t
index 7c05acd671..ebaec535be 100644
--- a/doc/posix_users/clock.t
+++ b/doc/posix_users/clock.t
@@ -15,11 +15,11 @@ The clock manager ...
The directives provided by the clock manager are:
@itemize @bullet
-@item @code{clock_gettime} -
-@item @code{clock_settime} -
-@item @code{clock_getres} -
+@item @code{clock_gettime} - Obtain Time of Day
+@item @code{clock_settime} - Set Time of Day
+@item @code{clock_getres} - Get Clock Resolution
@item @code{sleep} - Delay Process Execution
-@item @code{nanosleep} -
+@item @code{nanosleep} - Delay with High Resolution
@item @code{gettimeofday} - Get the Time of Day
@item @code{time} - Get time in seconds
@end itemize
@@ -39,7 +39,7 @@ A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
-@subsection clock_gettime -
+@subsection clock_gettime -Obtain Time of Day
@subheading CALLING SEQUENCE:
@@ -71,7 +71,7 @@ The clock_id specified is invalid.
NONE
@page
-@subsection clock_settime -
+@subsection clock_settime - Set Time of Day
@subheading CALLING SEQUENCE:
@@ -107,7 +107,7 @@ The contents of the tp structure are invalid.
NONE
@page
-@subsection clock_getres -
+@subsection clock_getres - Get Clock Resolution
@subheading CALLING SEQUENCE:
@@ -166,7 +166,7 @@ number of @code{seconds}.
This call is interruptible by a signal.
@page
-@subsection nanosleep -
+@subsection nanosleep - Delay with High Resolution
@subheading CALLING SEQUENCE: