From 95fa7f3c1949fa2d96e0978871e37e53e553d250 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 19 Apr 1996 19:00:26 +0000 Subject: Removed bogus includes of from synopses. This commit covers the man pages for most of the ANSI library functions. A few others such as strtol.3 have to mention because they mix ANSI interfaces with less well designed extensions. --- lib/libc/stdtime/ctime.3 | 1 - lib/libc/stdtime/strftime.3 | 2 -- lib/libc/stdtime/time2posix.3 | 1 - 3 files changed, 4 deletions(-) (limited to 'lib/libc/stdtime') 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 .Fd #include .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 .Fd #include -.Fd #include .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 .B #include .PP .B time_t time2posix(t) -- cgit v1.1