From a26fc5727b6cad3b1b5b9a856cbde119421499d5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 2 Mar 2006 19:47:41 +0000 Subject: [PATCH] Fix types of time_second and time_uptime variables. --- share/man/man9/time.9 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 90271fed56ec..4a2b2f7240e1 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 ,