summaryrefslogtreecommitdiffstats
path: root/share/man/man4/route.4
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup: .Dv -> .Vabms2004-11-041-2/+2
| | | | | | Update document dates. Prodded by: ru
* Document the fact that the flags for a FreeBSD kernel routing tablebms2004-11-041-0/+6
| | | | | | | entry are documented in the page for route(8), not route(4). Sponsored by: eXtensible Open Router Project <URL:http://www.xorp.org/> MFC after: 3 weeks
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)simon2004-05-141-1/+1
| | | | | | | hyphen) is meant. Mdoc(7) clue by: ru Reviewed by: ru
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-6/+10
|
* Typo; s/lister/listener/schweikh2002-03-141-1/+1
| | | | MFC after: 3 days
* Introduce an interface announcement message for the routingru2002-01-181-2/+17
| | | | | | | | | socket so that routing daemons and other interested parties know when an interface is attached/detached. PR: kern/33747 Obtained from: NetBSD MFC after: 2 weeks
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-5/+5
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-4/+4
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* compatability -> compatibilitydannyboy2000-11-261-3/+3
| | | | | PR: 23112 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-3/+3
|
* - Describe all available message headers.ru1999-09-141-26/+85
| | | | | | | - Sync structures/constants with sources. - Fix multiple typos. Reviewed by: wollman
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* In <199908042059.PAA14626@free.pcs>, Jonathan Lemon wrote:nik1999-08-121-7/+2
| | | | | | | | | | | | | | | | | > The route(4) manpage says: > > User processes can obtain information about the routing entry to a spe- > cific destination by using a RTM_GET message, or by reading the /dev/kmem > device, or by issuing a getkerninfo(2) system call. > > IMHO, the above sentence should probably be altered by replacing the > first comma with a period, and throwing away the rest of it. No one's objected, so I've made this change. This sort of fixes docs/12220, by removing the reference to the undocumented getkerninfo(2) call. So I'll close the PR as well. PR: docs/12220
* Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).bde1997-03-191-1/+3
| | | | Reviewed by: wollman
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Update to reflect current include files.mpp1997-01-301-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Delete stale rt_metrics and route flag descriptions and replace them withwollman1996-10-081-34/+14
| | | | a cross-reference to rtentry(9). Add SEE ALSO and HISTORY sections.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+270
OpenPOWER on IntegriCloud