Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 14:35:18 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 668e777b0a24 - stable/13 - setfib.2: Consistently capitalize "FIB"
Message-ID:  <202401111435.40BEZIH9025078@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

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

commit 668e777b0a246b47c64274de118f0dfe59611173
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-01-03 20:19:41 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-01-11 14:33:05 +0000

    setfib.2: Consistently capitalize "FIB"
    
    MFC after:      1 week
    Sponsored by:   Klara, Inc.
    
    (cherry picked from commit ee7d5ba1b55441476643983d3f70df5ee9ea97c4)
---
 lib/libc/sys/setfib.2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2
index efbb7bf171ae..32e2f64910cb 100644
--- a/lib/libc/sys/setfib.2
+++ b/lib/libc/sys/setfib.2
@@ -37,7 +37,7 @@
 .Sh DESCRIPTION
 The
 .Fn setfib
-system call sets the associated fib for all sockets opened
+system call sets the associated FIB (routing table) for all sockets opened
 subsequent to the call, to be that of the argument
 .Fa fib .
 The
@@ -69,9 +69,9 @@ packet header, however it is not suggested that one use such a large number
 as memory is allocated for every FIB regardless of whether it is used, and
 there are places where all FIBs are iterated over.
 .Pp
-The default fib of the process will be applied to all protocol families
-that support multiple fibs, and ignored by those that do not.
-The default fib for a process may be overridden for a socket with the use
+The default FIB of the process will be applied to all protocol families
+that support multiple FIBs, and ignored by those that do not.
+The default FIB for a process may be overridden for a socket with the use
 of the
 .Dv SO_SETFIB
 socket option.



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