2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/clock.t: Correct discussion of timeval.
This commit is contained in:
Joel Sherrill
2008-08-24 17:44:25 +00:00
parent cb02ead936
commit 638a91950f
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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