git: 0db9974d62ba - stable/13 - swi(9): remove BUGS section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 13:50:35 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=0db9974d62ba3e9e50b906337331a7f55c562f99
commit 0db9974d62ba3e9e50b906337331a7f55c562f99
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-10-12 16:38:08 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-10-19 13:46:55 +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
(cherry picked from commit ed02be352dc973827446436eece4cad5b8c91bf3)
---
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 .