summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:25 +0000
commit638a91950f6d7c61cfddef1677aaf5a1f5616d7e (patch)
tree0ac474079656a9c1bb30ba7387cb8dd6ef9511c8 /doc
parent2008-08-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-638a91950f6d7c61cfddef1677aaf5a1f5616d7e.tar.bz2
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/clock.t: Correct discussion of timeval.
Diffstat (limited to 'doc')
-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 063759af6a..38a0106f31 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-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_howto/init.t: Eliminate empty section.
diff --git a/doc/user/clock.t b/doc/user/clock.t
index 7a356c6d2a..0ba51130d4 100644
--- a/doc/user/clock.t
+++ b/doc/user/clock.t
@@ -112,8 +112,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