summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-24 17:44:43 +0000
commit1e88e48d87c274ebb607057f8c2ea269efd1fd08 (patch)
tree59293beffe78d7452da234cb80ee5c0dbcc70b3f
parent90a584d4ed6497c31cc0c791ad666b083562a2c5 (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 4b40e607ca..2c551a1f7c 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 81acb757f5..c095650c3d 100644
--- a/doc/user/clock.t
+++ b/doc/user/clock.t
@@ -105,8 +105,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