summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/clock.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-19 19:00:26 +0000
committerbde <bde@FreeBSD.org>1996-04-19 19:00:26 +0000
commit95fa7f3c1949fa2d96e0978871e37e53e553d250 (patch)
treeb1a00d14006d797c9e77fbe400c4a032fc2169c4 /lib/libc/gen/clock.3
parentb0b36003dc9c5fa2fedae1dbd8d5a35e9189d823 (diff)
downloadFreeBSD-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/clock.3')
-rw-r--r--lib/libc/gen/clock.32
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud