diff options
author | 2001-11-07 10:23:33 +0000 | |
---|---|---|
committer | 2001-11-07 10:23:33 +0000 | |
commit | 682e32a7e8640c06edb80d06d5e324f005defeaa (patch) | |
tree | 36c2bf74f501525bf98e8c838078ffa37d9cd389 | |
parent | Doh, bring the correct header, this is userland... (diff) | |
download | wireguard-openbsd-682e32a7e8640c06edb80d06d5e324f005defeaa.tar.xz wireguard-openbsd-682e32a7e8640c06edb80d06d5e324f005defeaa.zip |
The old timeout API is gone.
-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 . |