From 3b38d66be6e61383c794cfc7294081a0f1e44d23 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Tue, 20 Apr 2004 21:07:43 +0000 Subject: [PATCH] Add mention of the fact that timeouts are silently limited to 24 hours. Observed by: jmg --- lib/libc/sys/kqueue.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index a3acae42019..79ea355bfc9 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -536,3 +536,8 @@ filter is currently only implemented for devices that use the .Xr miibus 4 driver for LINKUP and LINKDOWN operations. Therefore, it will not work with many non-ethernet devices. +.Pp +The +.Fa timeout +value is limited to 24 hours; longer timeouts will be silently +reinterpreted as 24 hours.