summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-02 19:47:41 +0000
committerru <ru@FreeBSD.org>2006-03-02 19:47:41 +0000
commit13e223a46cfef677bb08c0ab032051a3844ba973 (patch)
tree1899bde18c1dd717c35915df41d8f1f97409ca23
parent76911ad4c82773e9ce2e3e506df2ee96db47ed0e (diff)
downloadFreeBSD-src-13e223a46cfef677bb08c0ab032051a3844ba973.zip
FreeBSD-src-13e223a46cfef677bb08c0ab032051a3844ba973.tar.gz
Fix types of time_second and time_uptime variables.
-rw-r--r--share/man/man9/time.95
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 ,
OpenPOWER on IntegriCloud