diff options
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 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 |
