Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2025 07:26:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a34437defa70 - stable/15 - queue.3: Fix a typo in the manual page
Message-ID:  <202510310726.59V7Qn1F039320@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=a34437defa70d005185ff7ebef5b25a24fe6e98c

commit a34437defa70d005185ff7ebef5b25a24fe6e98c
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:24:54 +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 79c8d92decbe..535358ae82d5 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1420,13 +1420,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 .


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510310726.59V7Qn1F039320>