git: caf8d5c88439 - stable/14 - intr_event.9: Remove double word
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 05:56:09 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=caf8d5c88439cedd70e1c835f4d9f1c2c020c1b9
commit caf8d5c88439cedd70e1c835f4d9f1c2c020c1b9
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-23 16:57:37 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-26 05:55:38 +0000
intr_event.9: Remove double word
- s/of of/of/
(cherry picked from commit 2c3466172ac655dbc030aac7c6d7bf58d76efc0e)
---
share/man/man9/intr_event.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/intr_event.9 b/share/man/man9/intr_event.9
index 2ad92c96bdc7..d1964ce289a5 100644
--- a/share/man/man9/intr_event.9
+++ b/share/man/man9/intr_event.9
@@ -230,7 +230,7 @@ argument specifies the priority of this handler,
corresponding to the values defined in
.In sys/priority.h .
It determines the order this handler is called relative to the other handlers
-for this event, as well as the scheduling priority of of the backing kernel
+for this event, as well as the scheduling priority of the backing kernel
thread.
.Fa flags
argument can be used to specify properties of this handler as defined in