summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DELAY.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-15 11:47:31 +0000
committerbde <bde@FreeBSD.org>2001-02-15 11:47:31 +0000
commit4cfcac144df572e42872210ea45cc238db02ddfa (patch)
tree53b7fbae832c2f002f7d16872ce0f556813e8eba /share/man/man9/DELAY.9
parent9cfa7058be1cd1cdf0bad74ba7030df7614258b0 (diff)
downloadFreeBSD-src-4cfcac144df572e42872210ea45cc238db02ddfa.zip
FreeBSD-src-4cfcac144df572e42872210ea45cc238db02ddfa.tar.gz
Fixed missing and/or wrong and/or extra includes in synopsis.
Diffstat (limited to 'share/man/man9/DELAY.9')
-rw-r--r--share/man/man9/DELAY.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/DELAY.9 b/share/man/man9/DELAY.9
index 969b013..171f708 100644
--- a/share/man/man9/DELAY.9
+++ b/share/man/man9/DELAY.9
@@ -35,7 +35,8 @@
.Nm DELAY
.Nd Busy loop for an interval.
.Sh SYNOPSIS
-.Fd #include <machine/clock.h>
+.Fd #include <sys/types.h>
+.Fd #include <sys/systm.h>
.Ft void
.Fn DELAY "int delay"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud