Loading...
stdtime/FreeBSD/ftime.3 Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/ftime.3
+++ Libc/Libc-583/stdtime/FreeBSD/ftime.3
@@ -38,12 +38,13 @@
 .Sh NAME
 .Nm ftime
 .Nd get date and time
+.Sh LIBRARY
+.Lb libcompat
 .Sh SYNOPSIS
+.In sys/types.h
 .In sys/timeb.h
 .Ft int
-.Fo ftime
-.Fa "struct timeb *tp"
-.Fc
+.Fn ftime "struct timeb *tp"
 .Sh DESCRIPTION
 .Bf -symbolic
 This interface is obsoleted by
@@ -68,24 +69,16 @@
 };
 .Ed
 .Pp
-The structure contains the time since the epoch, in seconds;
-up to 1000 milliseconds of more-precise interval;
-the local time zone (measured in minutes of time westward from Greenwich);
+The structure contains the time since the epoch in seconds,
+up to 1000 milliseconds of more-precise interval,
+the local time zone (measured in minutes of time westward from Greenwich),
 and a flag that, if nonzero, indicates that
 Daylight Saving time applies locally during the appropriate part of the year.
-.Sh LEGACY SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/timeb.h>
-.Pp
-The include file
-.In sys/types.h
-is necessary.
 .Sh SEE ALSO
 .Xr gettimeofday 2 ,
 .Xr settimeofday 2 ,
 .Xr ctime 3 ,
-.Xr time 3 ,
-.Xr compat 5
+.Xr time 3
 .Sh HISTORY
 The
 .Nm