summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-05-10 07:31:34 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-05-10 07:31:34 +0000
commit4d039d0844efd145b58291c3fe90a310626d0826 (patch)
treeb31178e48c1223e5a8d6375a3e4f03dc8e83ba5a /lib/libc
parent0a6d8b0edbf4664f539623bac901e2e224fb0b54 (diff)
downloadFreeBSD-src-4d039d0844efd145b58291c3fe90a310626d0826.zip
FreeBSD-src-4d039d0844efd145b58291c3fe90a310626d0826.tar.gz
Misc mdoc improvements and a typo fix.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/setfib.216
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2
index e27221c..7e430f1 100644
--- a/lib/libc/sys/setfib.2
+++ b/lib/libc/sys/setfib.2
@@ -46,12 +46,14 @@ The
argument
may be between 0 and the current system maximum which
may be retrieved by the
-.Em net.fibs
+.Va net.fibs
sysctl.
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 overidden for a socket with the use
-of the SO_SETFIB socket option.
+The default fib for a process may be overridden for a socket with the use
+of the
+.Dv SO_SETFIB
+socket option.
.Sh RETURN VALUES
.Rv -std setfib
.Sh ERRORS
@@ -63,15 +65,17 @@ will fail and no action will be taken and return
if the
.Fa fib
argument is greater than the current system maximum.
-.El
.Sh SEE ALSO
.Xr setsockopt 2 ,
.Xr setfib 8
.Sh STANDARDS
The
.Fn setfib
-system call is a FreeBSD extension however similar extensions
-have been added to many other UNIX style kernels.
+system call is a
+.Fx
+extension however similar extensions
+have been added to many other
+.Ux style kernels.
.Sh HISTORY
The
.Fn setfib
OpenPOWER on IntegriCloud