From 25bb73e063c17cd9048cf60100dbc0ac5177e94a Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Fri, 21 Apr 2000 09:42:15 +0000 Subject: Introduce ".Lb" macro to libc manpages. More libraries manpages updates following. --- lib/libc/stdtime/ctime.3 | 2 ++ lib/libc/stdtime/strftime.3 | 2 ++ lib/libc/stdtime/strptime.3 | 2 ++ lib/libc/stdtime/time2posix.3 | 2 ++ 4 files changed, 8 insertions(+) (limited to 'lib/libc/stdtime') 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 .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 .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 .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 .Ft time_t -- cgit v1.3