diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-05-10 07:36:47 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-05-10 07:36:47 +0000 |
| commit | f30f70856be37431a6dd021b3b0942c10f3e9b90 (patch) | |
| tree | c3ff1f7157fbbe273367f9b1700f0891f192afb5 /usr.sbin/setfib | |
| parent | 2e462358ed8fe0fac934b1ea322d3b5f49f006a7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/setfib')
| -rw-r--r-- | usr.sbin/setfib/setfib.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/setfib/setfib.1 b/usr.sbin/setfib/setfib.1 index 29c494789b53..fd0516bf1a14 100644 --- a/usr.sbin/setfib/setfib.1 +++ b/usr.sbin/setfib/setfib.1 @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm setfib -.Nd execute a utility with an altered default network view. +.Nd execute a utility with an altered default network view .Sh SYNOPSIS .Nm .Op Fl F @@ -41,8 +41,9 @@ The .Nm utility runs .Ar utility -with an different routing table. The table number -.Dq fib +with an different routing table. +The table number +.Dq Ar fib will be used by default for all sockets started by this process or descendents. .Sh ENVIRONMENT @@ -83,7 +84,11 @@ or .Sh STANDARDS The .Nm -utility is a FreeBSD specific extension, however many UNIX like systems +utility is a +.Fx +specific extension, however many +.Ux +like systems have an equivalent function. .Sh HISTORY The |
