summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbjk <bjk@FreeBSD.org>2012-03-19 05:08:09 +0000
committerbjk <bjk@FreeBSD.org>2012-03-19 05:08:09 +0000
commit5e33e2150e19a8282fdce8bbddbb690a88fa0a16 (patch)
treed465ff3301bff19a22c77813dae244a904c210a1 /lib
parent9c8c00d33bb97b7d88c576be135e54987de2607b (diff)
downloadFreeBSD-src-5e33e2150e19a8282fdce8bbddbb690a88fa0a16.zip
FreeBSD-src-5e33e2150e19a8282fdce8bbddbb690a88fa0a16.tar.gz
Remove trailing whitespace.
Approved by: hrs (mentor)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/setfib.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2
index f92c3cf..2f1b00d 100644
--- a/lib/libc/sys/setfib.2
+++ b/lib/libc/sys/setfib.2
@@ -47,7 +47,7 @@ The
argument
must be greater than or equal to 0
and less than the current system maximum which
-may be retrieved by the
+may be retrieved by the
.Va net.fibs
sysctl.
The system maximum is set in the kernel configuration file with
@@ -67,7 +67,7 @@ However, this maximum is capped at 16 due to the implementation storing
the fib number in a 4-bit field in
.Xr mbuf 9
flags.
-The default fib of the process will be applied to all protocol families
+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
OpenPOWER on IntegriCloud