summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-21 09:42:15 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-21 09:42:15 +0000
commit25bb73e063c17cd9048cf60100dbc0ac5177e94a (patch)
tree9160f84286ed4bd1184aae1a5bedcd86c4288d6b /lib/libc/stdtime
parentddd1f930f3ddb56c67b972a41db67d53b84083ec (diff)
Notes
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/ctime.32
-rw-r--r--lib/libc/stdtime/strftime.32
-rw-r--r--lib/libc/stdtime/strptime.32
-rw-r--r--lib/libc/stdtime/time2posix.32
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3
index c8796b87c510..69cfb12c5f76 100644
--- a/lib/libc/stdtime/ctime.3
+++ b/lib/libc/stdtime/ctime.3
@@ -50,6 +50,8 @@
.Nm mktime ,
.Nm timegm
.Nd transform binary date and time values
+.Sh LIBRARY
+.Lb libc
.Sh SYNOPSIS
.Fd #include <time.h>
.Vt extern char *tzname[2];
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 9b2184348c8f..daf5d388b690 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -42,6 +42,8 @@
.Sh NAME
.Nm strftime
.Nd format date and time
+.Sh LIBRARY
+.Lb libc
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft size_t
diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3
index c93dc8994fee..bab8954e8d59 100644
--- a/lib/libc/stdtime/strptime.3
+++ b/lib/libc/stdtime/strptime.3
@@ -31,6 +31,8 @@
.Sh NAME
.Nm strptime
.Nd parse date and time string
+.Sh LIBRARY
+.Lb libc
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft char *
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3
index 7abd2610c95e..8930c319ad77 100644
--- a/lib/libc/stdtime/time2posix.3
+++ b/lib/libc/stdtime/time2posix.3
@@ -7,6 +7,8 @@
.Nm time2posix ,
.Nm posix2time
.Nd convert seconds since the Epoch
+.Sh LIBRARY
+.Lb libc
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft time_t