git: 8f384a0b9da2 - stable/13 - kqueue: Fix kqueue(2) man page.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:40:30 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=8f384a0b9da2a8797c36562b758a35634be2df66 commit 8f384a0b9da2a8797c36562b758a35634be2df66 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2022-06-17 19:35:18 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:35:18 +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 (cherry picked from commit 14c99b43ef69beafa01a1574641c4cf19ecf2b9d) --- 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 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 ,