diff options
author | bde <bde@FreeBSD.org> | 1996-04-19 19:00:26 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-04-19 19:00:26 +0000 |
commit | 95fa7f3c1949fa2d96e0978871e37e53e553d250 (patch) | |
tree | b1a00d14006d797c9e77fbe400c4a032fc2169c4 /lib/libc/stdtime/ctime.3 | |
parent | b0b36003dc9c5fa2fedae1dbd8d5a35e9189d823 (diff) | |
download | FreeBSD-src-95fa7f3c1949fa2d96e0978871e37e53e553d250.zip FreeBSD-src-95fa7f3c1949fa2d96e0978871e37e53e553d250.tar.gz |
Removed bogus includes of <sys/types.h> 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 <sys/types.h> because they
mix ANSI interfaces with less well designed extensions.
Diffstat (limited to 'lib/libc/stdtime/ctime.3')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |