aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/gettimeofday.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-01-30 22:39:40 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-01-30 22:39:40 +0000
commitf71a0a5ba834a7142827d4856c5187de01fb4723 (patch)
tree838dfc1be267c0543db4ae4565ae622655cd8d11 /lib/libc/sys/gettimeofday.2
parent78be319939ae554e082c896ee5303b0c61e38ccc (diff)
downloadsrc-f71a0a5ba834a7142827d4856c5187de01fb4723.tar.gz
src-f71a0a5ba834a7142827d4856c5187de01fb4723.zip
Update to reflect current include files.
Notes
Notes: svn path=/head/; revision=22134
Diffstat (limited to 'lib/libc/sys/gettimeofday.2')
-rw-r--r--lib/libc/sys/gettimeofday.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 138c221918d8..bc3fa0bd416c 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -74,13 +74,13 @@ as:
.Pp
.Bd -literal
struct timeval {
- long tv_sec; /* seconds since Jan. 1, 1970 */
+ long tv_sec; /* seconds */
long tv_usec; /* and microseconds */
};
struct timezone {
- int tz_minuteswest; /* of Greenwich */
- int tz_dsttime; /* type of dst correction to apply */
+ int tz_minuteswest; /* minutes west of Greenwich */
+ int tz_dsttime; /* type of dst correction */
};
.Ed
.Pp