Date: Fri, 17 Jun 2022 19:40:30 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8f384a0b9da2 - stable/13 - kqueue: Fix kqueue(2) man page. Message-ID: <202206171940.25HJeU2L025890@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206171940.25HJeU2L025890>