diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/clock.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/time.3 | 1 | ||||
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 1 | ||||
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/time2posix.3 | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 8f1b78a..0e5ad06 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -42,7 +42,7 @@ .Nm clock .Nd determine processor time used .Sh SYNOPSIS -.Fd #include <sys/types.h> +.Fd #include <time.h> .Ft clock_t .Fn clock void .Sh DESCRIPTION diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index 6283393..ecf767d 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -42,7 +42,6 @@ .Nm time .Nd get time of day .Sh SYNOPSIS -.Fd #include <sys/types.h> .Fd #include <time.h> .Ft time_t .Fn time "time_t *tloc" diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 1a6ba5a..eccb664 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -46,7 +46,6 @@ .Nd transform binary date and time value to .Tn ASCII .Sh SYNOPSIS -.Fd #include <sys/types.h> .Fd #include <time.h> .Vt extern char *tzname[2]; .Ft char * diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index b0647b3..6f4a86b 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -42,9 +42,7 @@ .Nm strftime .Nd format date and time .Sh SYNOPSIS -.Fd #include <sys/types.h> .Fd #include <time.h> -.Fd #include <string.h> .Ft size_t .Fn strftime "char *buf" "size_t maxsize" "const char *format" "const struct tm *timeptr" .Sh DESCRIPTION diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3 index 740e532..7faa85d 100644 --- a/lib/libc/stdtime/time2posix.3 +++ b/lib/libc/stdtime/time2posix.3 @@ -3,7 +3,6 @@ time2posix, posix2time \- convert seconds since the Epoch .SH SYNOPSIS .nf -.B #include <sys/types.h> .B #include <time.h> .PP .B time_t time2posix(t) |