diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:03:44 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:41 +0000 |
| commit | f5a3d790c78682506888b2bb4e67fa08cf5d8bd4 (patch) | |
| tree | 679814287de6e89a96d5bd4802a92bbfacf37f22 | |
| parent | ee363e1bab6ffcf196afbf870e92a1e9abdd8f11 (diff) | |
queue.3: Fix a typo in the manual page
- s/overriden/overridden/
MFC after: 5 days
| -rw-r--r-- | share/man/man3/queue.3 | 6 |
1 files 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 . |
