From 57754dd13c9b97514a0e6e0ad9ce57973143116d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Jan 1998 22:28:56 +0000 Subject: Formatting fix & improved comment for struct timeval. Obtained from: OpenBSD --- lib/libc/sys/gettimeofday.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 06ee8b1..c3a5a21 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95 +.\" $Id$ .\" .Dd May 26, 1995 .Dt GETTIMEOFDAY 2 @@ -49,6 +50,7 @@ Note: timezone is no longer used; this information is kept outside the kernel. .Ef +.Pp The system's notion of the current Greenwich time and the current time zone is obtained with the .Fn gettimeofday @@ -74,7 +76,7 @@ as: .Pp .Bd -literal struct timeval { - long tv_sec; /* seconds */ + long tv_sec; /* seconds since Jan. 1, 1970 */ long tv_usec; /* and microseconds */ }; -- cgit v1.1