summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 00:57:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 00:57:21 +0000
commitca13b889d327c41906b8113524a8292bdf0eca54 (patch)
treea76db09c6f0260004b95e409832b864d167db3e7 /lib/libc
parentf1647fb1cbff09e49a3d7feea79c20a197255cbe (diff)
update from NetBSD
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/time/ctime.36
-rw-r--r--lib/libc/time/time2posix.36
-rw-r--r--lib/libc/time/tzfile.54
-rw-r--r--lib/libc/time/tzset.34
4 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3
index 81f2fd86a18..3fa85134423 100644
--- a/lib/libc/time/ctime.3
+++ b/lib/libc/time/ctime.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.6 1995/08/22 19:28:15 jtc Exp $
+.\" $NetBSD: ctime.3,v 1.6.2.1 1995/10/26 05:24:48 jtc Exp $
.TH CTIME 3
.SH NAME
asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII
@@ -199,8 +199,8 @@ UTC leap seconds are loaded from
.BR /usr/share/zoneinfo/posixrules .
.SH SEE ALSO
getenv(3),
-newtzset(3),
-time(2),
+tzset(3),
+time(3),
tzfile(5)
.SH NOTES
The return values point to static data;
diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3
index c7f4a376c12..623574fb31d 100644
--- a/lib/libc/time/time2posix.3
+++ b/lib/libc/time/time2posix.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: time2posix.3,v 1.3 1995/03/10 18:21:27 jtc Exp $
+.\" $NetBSD: time2posix.3,v 1.3.4.1 1995/10/26 05:24:49 jtc Exp $
.TH TIME2POSIX 3
.SH NAME
time2posix, posix2time \- convert seconds since the Epoch
@@ -38,7 +38,7 @@ to be
(mostly)
opaque\(emtime_t values should only be obtained-from and
passed-to functions such as
-.IR time(2) ,
+.IR time(3) ,
.IR localtime(3) ,
.IR mktime(3) ,
and
@@ -115,5 +115,5 @@ degenerate to the identity function.
difftime(3),
localtime(3),
mktime(3),
-time(2)
+time(3)
.\" @(#)time2posix.3 7.3
diff --git a/lib/libc/time/tzfile.5 b/lib/libc/time/tzfile.5
index 4c929b1dd95..f02788bebd7 100644
--- a/lib/libc/time/tzfile.5
+++ b/lib/libc/time/tzfile.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: tzfile.5,v 1.3 1995/03/10 18:21:29 jtc Exp $
+.\" $NetBSD: tzfile.5,v 1.3.4.1 1995/10/26 05:24:50 jtc Exp $
.TH TZFILE 5
.SH NAME
tzfile \- time zone information
@@ -96,7 +96,7 @@ Then there are
pairs of four-byte values, written in standard byte order;
the first value of each pair gives the time
(as returned by
-.IR time(2))
+.IR time(3))
at which a leap second occurs;
the second gives the
.I total
diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3
index 6bfad3fb779..04f6a9d82b7 100644
--- a/lib/libc/time/tzset.3
+++ b/lib/libc/time/tzset.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: tzset.3,v 1.5 1995/08/22 19:28:17 jtc Exp $
+.\" $NetBSD: tzset.3,v 1.5.2.1 1995/10/26 05:24:52 jtc Exp $
.TH TZSET 3
.SH NAME
tzset \- initialize time conversion information
@@ -231,6 +231,6 @@ UTC leap seconds are loaded from
.SH SEE ALSO
getenv(3),
ctime(3),
-time(2),
+time(3),
tzfile(5)
.\" @(#)newtzset.3 7.3