git: ed02be352dc9 - main - swi(9): remove BUGS section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 16:46:29 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=ed02be352dc973827446436eece4cad5b8c91bf3 commit ed02be352dc973827446436eece4cad5b8c91bf3 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-10-12 16:38:08 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-10-12 16:46:12 +0000 swi(9): remove BUGS section Most of these globals have been removed, save for clk_intr_event. This one is appropriate to keep in sys/interrupt.h, despite the fact that it has only one consumer. Bump .Dd for this and previous changes. Reviewed by: markj MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36939 --- share/man/man9/swi.9 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9 index cba8e7dd6742..d76793ec0bf3 100644 --- a/share/man/man9/swi.9 +++ b/share/man/man9/swi.9 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 25, 2020 +.Dd October 12, 2022 .Dt SWI 9 .Os .Sh NAME @@ -231,7 +231,3 @@ The .Fn swi_remove function first appeared in .Fx 6.1 . -.Sh BUGS -Most of the global variables described in this manual page should not be -global, or at the very least should not be declared in -.In sys/interrupt.h .