summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:34 +0000
commitde9806ecb35bb8fa7e800fb2eb06720379e2a330 (patch)
tree96212ac8bf0ad50d0b844e8beada70642d839897
parent32a46df3bacb0314b90731ac6b89d5a4f2120955 (diff)
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/clock.t: Correct discussion of timeval.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/clock.t5
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8cd4dd8aaa..0aaa9e015a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/clock.t: Correct discussion of timeval.
+
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/datatypes.t: Add rtems_name. Add comment about
diff --git a/doc/user/clock.t b/doc/user/clock.t
index f63319da7c..22563acd8c 100644
--- a/doc/user/clock.t
+++ b/doc/user/clock.t
@@ -107,8 +107,9 @@ type Clock_Time_Value is
@end example
@end ifset
-The seconds field in this @value{STRUCTURE} is the number of
-seconds since the RTEMS epoch of January 1, 1988.
+The seconds field in this @value{STRUCTURE} is the number of seconds
+since the POSIX epoch of January 1, 1970 but will never be prior to
+the RTEMS epoch of January 1, 1988.
@subsection Clock Tick and Timeslicing