summaryrefslogtreecommitdiff
path: root/share/man/man9/tsleep.9
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:16:29 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:16:29 +0000
commitb1315fc8adcfaf96e97588fc9cfdf893743be325 (patch)
tree8c0f7edf34c8cf619d3f15c1f23d81974d870f54 /share/man/man9/tsleep.9
parent7137104835ca81318a9a2f20dbb47bfad38ea829 (diff)
these functions are in systm.h now, reminded by kettenis
Diffstat (limited to 'share/man/man9/tsleep.9')
-rw-r--r--share/man/man9/tsleep.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/tsleep.9 b/share/man/man9/tsleep.9
index 823a7380318..a39e8a0c7a3 100644
--- a/share/man/man9/tsleep.9
+++ b/share/man/man9/tsleep.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsleep.9,v 1.5 2008/06/26 05:42:08 ray Exp $
+.\" $OpenBSD: tsleep.9,v 1.6 2010/04/08 00:16:28 tedu Exp $
.\" $NetBSD: sleep.9,v 1.11 1999/03/24 06:15:12 mycroft Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 26 2008 $
+.Dd $Mdocdate: April 8 2010 $
.Dt TSLEEP 9
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Nd process context sleep and wakeup
.Sh SYNOPSIS
.Fd #include <sys/param.h>
-.Fd #include <sys/proc.h>
+.Fd #include <sys/systm.h>
.Ft int
.Fn "tsleep" "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int