diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
commit | 5401879e3bd853b0e590e68591180a72ffc016a8 (patch) | |
tree | 54a8b92d47c7c53fc4213d949c8f6115b8f24389 /lib/libc/stdtime | |
parent | b36bce1735674dbe0034e5d01807c6c1212f96e7 (diff) | |
download | FreeBSD-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.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/strptime.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/time2posix.3 | 2 |
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 |