Skip to content

Commit

Permalink
setfib.2: Consistently capitalize "FIB"
Browse files Browse the repository at this point in the history
MFC after:	1 week
Sponsored by:	Klara, Inc.
  • Loading branch information
markjdb committed Jan 3, 2024
1 parent 0201eb2 commit ee7d5ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/libc/sys/setfib.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ee7d5ba

Please sign in to comment.