aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-06-17 19:35:18 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-06-17 19:35:18 +0000
commit8f384a0b9da2a8797c36562b758a35634be2df66 (patch)
treedb51e6102f304639c6a980156b401bd9f259d22a
parent2fe96ee7537bd6072a365616f05a058dd23f7513 (diff)
downloadsrc-8f384a0b9da2a8797c36562b758a35634be2df66.tar.gz
src-8f384a0b9da2a8797c36562b758a35634be2df66.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 (cherry picked from commit 14c99b43ef69beafa01a1574641c4cf19ecf2b9d)
-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 c9dc6bfb3faa..6d4cde4a86b8 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 20, 2022
+.Dd May 14, 2022
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -828,10 +828,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 ,