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/gen/time.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/gen/time.3')
-rw-r--r-- | lib/libc/gen/time.3 | 1 |
1 files changed, 0 insertions, 1 deletions
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" |