diff options
-rw-r--r-- | share/man/man9/time.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 90271fe..4a2b2f7 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -43,8 +43,8 @@ .In sys/time.h .Pp .Vt extern struct timeval boottime ; -.Vt extern struct time_t time_second ; -.Vt extern struct timeval time_uptime ; +.Vt extern time_t time_second ; +.Vt extern time_t time_uptime ; .Sh DESCRIPTION The .Va boottime @@ -71,7 +71,6 @@ and functions can be used to get the current time more accurately and in an atomic manner. Similarly, the -The .Xr binuptime 9 , .Xr getbinuptime 9 , .Xr microuptime 9 , |