summaryrefslogtreecommitdiffstats
path: root/doc/user/clock.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-04 13:04:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-04 13:04:36 +0000
commit7e8a1fc9470db924bce49a4fce16ba98afbcf3fc (patch)
treecc6c9357d0d6bec974bfc5af38225b41a732b9ce /doc/user/clock.t
parentcorrected name of test suite (diff)
downloadrtems-7e8a1fc9470db924bce49a4fce16ba98afbcf3fc.tar.bz2
final corrections before 4.1.0 documentation freeze.
Diffstat (limited to 'doc/user/clock.t')
-rw-r--r--doc/user/clock.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/clock.t b/doc/user/clock.t
index acc84796e9..78d25ab2b5 100644
--- a/doc/user/clock.t
+++ b/doc/user/clock.t
@@ -67,7 +67,7 @@ specified by the user in the Configuration Table.
The clock facilities of the clock manager operate
upon calendar time. These directives utilize the following date
-and time structure for the native time and date format:
+and time @value{STRUCTURE} for the native time and date format:
@ifset is-C
@example
@@ -106,7 +106,7 @@ supported when setting the system date and time using the
clock_get directive. Some applications expect to operate on a
"UNIX-style" date and time data structure. The clock_get
directive can optionally return the current date and time in the
-following structure:
+following @value{STRUCTURE}:
@ifset is-C
@example
@@ -129,7 +129,7 @@ type Clock_Time_Value is
@end example
@end ifset
-The seconds field in this structure is the number of
+The seconds field in this @value{STRUCTURE} is the number of
seconds since the RTEMS epoch of January 1, 1988.
@ifinfo
@@ -306,7 +306,7 @@ procedure Clock_Set (
@subheading DESCRIPTION:
This directive sets the system date and time. The
-date, time, and ticks in the time_buffer structure are all
+date, time, and ticks in the time_buffer @value{STRUCTURE} are all
range-checked, and an error is returned if any one is out of its
valid range.