git: 10abf3b57f31 - stable/14 - queue.3: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Oct 2025 07:30:34 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=10abf3b57f3137790dd62c70f4513407d16cceeb
commit 10abf3b57f3137790dd62c70f4513407d16cceeb
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 13:03:44 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 07:29:32 +0000
queue.3: Fix a typo in the manual page
- s/overriden/overridden/
(cherry picked from commit f5a3d790c78682506888b2bb4e67fa08cf5d8bd4)
---
share/man/man3/queue.3 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index aef4944e3847..dd466cf20a0b 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1422,13 +1422,13 @@ while in userland builds it prints the diagnostic message on
.Dv stderr
and then calls
.Fn abort .
-These behaviors can be overriden by defining a custom
+These behaviors can be overridden by defining a custom
.Fn QMD_PANIC
macro before first inclusion of
.In sys/queue.h .
The diagnostic messages automatically include the source file, line and function
-where the failing check occured.
-This behavior can be overriden by defining a custom
+where the failing check occurred.
+This behavior can be overridden by defining a custom
.Fn QMD_ASSERT
macro before first inclusion of
.In sys/queue.h .