summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getrtable.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .In rather than .Fd #includeschwarze2015-09-101-4/+4
|
* No need to Xr the same man page twice.claudio2014-02-261-3/+2
|
* Tweak wording, to clarify that setrtable affects the routing tableguenther2011-10-161-6/+10
| | | | | | | and that getrtable returns the table, not 0/-1. Also, strip some quotes that mandoc made superfluous, per comment from jmc@. ok claudio@
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-0/+63
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me