summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-07 10:23:34 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-07 10:23:34 +0000
commit66b28d8054a25ae461dc6434a89ada07a556253f (patch)
tree06945a6287a1ec13a72e7415843dee3ba694fade /share
parent69a102c7c2d9a7a3eca380d147871ead0d0153be (diff)
The old timeout API is gone.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/timeout.99
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 9f10dbfd75d..dbb82aea593 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.9,v 1.15 2001/07/17 02:32:51 krw Exp $
+.\" $OpenBSD: timeout.9,v 1.16 2001/11/07 10:23:33 art Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -147,13 +147,6 @@ The
and
.Fn timeout_del
functions clear the triggered state for that timeout.
-.Pp
-The old
-.Fn timeout
-and
-.Fn untimeout
-interface is implemented as wrappers around the new API, but it's
-obsolete and will be removed in the future.
.Sh CODE REFERENCES
These functions are implemented in the file
.Pa sys/kern/kern_timeout.c .