diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-07 10:23:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-07 10:23:34 +0000 |
commit | 66b28d8054a25ae461dc6434a89ada07a556253f (patch) | |
tree | 06945a6287a1ec13a72e7415843dee3ba694fade /share | |
parent | 69a102c7c2d9a7a3eca380d147871ead0d0153be (diff) |
The old timeout API is gone.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/timeout.9 | 9 |
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 . |