1 --- ftime.3 2004-04-15 16:20:14.000000000 -0700
2 +++ ftime.3.edit 2006-07-12 11:19:27.000000000 -0700
13 -.Fn ftime "struct timeb *tp"
15 +.Fa "struct timeb *tp"
19 This interface is obsoleted by
24 -The structure contains the time since the epoch in seconds,
25 -up to 1000 milliseconds of more-precise interval,
26 -the local time zone (measured in minutes of time westward from Greenwich),
27 +The structure contains the time since the epoch, in seconds;
28 +up to 1000 milliseconds of more-precise interval;
29 +the local time zone (measured in minutes of time westward from Greenwich);
30 and a flag that, if nonzero, indicates that
31 Daylight Saving time applies locally during the appropriate part of the year.
33 +.Fd #include <sys/types.h>
34 +.Fd #include <sys/timeb.h>