summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-04-21 09:42:15 +0000
committerphantom <phantom@FreeBSD.org>2000-04-21 09:42:15 +0000
commit5401879e3bd853b0e590e68591180a72ffc016a8 (patch)
tree54a8b92d47c7c53fc4213d949c8f6115b8f24389 /lib/libc/stdtime
parentb36bce1735674dbe0034e5d01807c6c1212f96e7 (diff)
downloadFreeBSD-src-5401879e3bd853b0e590e68591180a72ffc016a8.zip
FreeBSD-src-5401879e3bd853b0e590e68591180a72ffc016a8.tar.gz
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
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 c8796b8..69cfb12 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 9b21843..daf5d38 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 c93dc89..bab8954 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 7abd261..8930c31 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
OpenPOWER on IntegriCloud