summaryrefslogtreecommitdiffstats
path: root/share/man/man9/route.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated the route(9) man page by removing nonexistent function andrzalamena2017-01-111-27/+13
| | | | | | updating the prototype of others. ok jmc@
* add missing NAME entries;jmc2015-11-231-4/+7
| | | | feedback/ok schwarze
* Rename rtrequest1() to rtrequest().bluhm2015-10-301-3/+3
| | | | "make sure to update the manpage too" mpi@
* Do not report an EDQUOT "Disk quota exceeded" error from the routingbluhm2014-12-191-3/+8
| | | | | | code. Instead generate an ENOBUFS "No buffer space available" error at the malloc(9) failure in rt_setgate(9) and propagate it. OK mpi@
* Document rtalloc(9).mpi2014-11-011-11/+3
|
* RTFREE() is no more.mpi2014-10-141-6/+2
|
* rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)!mpi2014-10-081-6/+2
| | | | reminded by phessler@
* Add a man page for rtrequest1(9) splitted from route(9) with somempi2014-04-021-95/+4
| | | | | | improvements. ok sthen@
* Split route(9) into various manuals to make it easier to complete/improvempi2014-03-181-140/+6
| | | | | | its content. With inputs from jmc@ and schwarze@
* Adjust man pages since RTA_GENMASK is going away (even though we keep theclaudio2014-01-221-3/+2
| | | | | defines for now they should not be documented). OK benno@ and agreed dlg@
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-3/+3
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-3/+3
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* Update the route(9) manpage to reflect recent change to rt_lookup()blambert2012-09-191-4/+4
| | | | | | reminded by jmc@ ok jmc@ claudio@
* Consistently use the term "route label" throughout.blambert2011-12-121-6/+6
| | | | Noticed by and ok sthen@
* s/timout/timeoutsthen2011-12-091-2/+2
|
* typo, s/conficts/conflicts/sthen2011-12-091-3/+3
|
* Begin documenting the soup sandwich that is the kernel routing code.blambert2011-12-081-0/+351
Much handholding jmc@ ok jmc@ sthen@ claudio@