git: 14c99b43ef69 - main - kqueue: Fix kqueue(2) man page.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 May 2022 11:53:06 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=14c99b43ef69beafa01a1574641c4cf19ecf2b9d
commit 14c99b43ef69beafa01a1574641c4cf19ecf2b9d
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2022-05-14 11:52:51 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-05-14 11:52:51 +0000
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
---
lib/libc/sys/kqueue.2 | 6 +-----
1 file changed, 1 insertion(+), 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 ,