From 1e88e48d87c274ebb607057f8c2ea269efd1fd08 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 24 Aug 2008 17:44:43 +0000 Subject: 2008-08-24 Joel Sherrill * user/clock.t: Correct discussion of timeval. --- doc/ChangeLog | 4 ++++ doc/user/clock.t | 5 +++-- 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 + + * user/clock.t: Correct discussion of timeval. + 2008-08-07 Joel Sherrill * 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 -- cgit v1.2.3