aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-05-14 11:52:51 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-05-14 11:52:51 +0000
commit14c99b43ef69beafa01a1574641c4cf19ecf2b9d (patch)
tree2734c4263db2d583732e81449e82a1c411add54c
parent3a9a9c0ca44ec535dcf73fe8462bee458e54814b (diff)
downloadsrc-14c99b43ef69beafa01a1574641c4cf19ecf2b9d.tar.gz
src-14c99b43ef69beafa01a1574641c4cf19ecf2b9d.zip
kqueue: Fix kqueue(2) man page.
Remove bogus BUGS note about timeout limit to 24 hours, that's not true since callouting project import. Reviewed by: mav Differential revision: https://reviews.freebsd.org/D35206 MFC after: 2 weeks
-rw-r--r--lib/libc/sys/kqueue.26
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index b4531b6cd02b..47b0a6a27cd4 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 13, 2022
+.Dd May 14, 2022
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -851,10 +851,6 @@ The
system and this manual page were written by
.An Jonathan Lemon Aq Mt jlemon@FreeBSD.org .
.Sh BUGS
-The
-.Fa timeout
-value is limited to 24 hours; longer timeouts will be silently
-reinterpreted as 24 hours.
.Pp
In versions older than
.Fx 12.0 ,