summaryrefslogtreecommitdiffstats
path: root/share/man/man4/route.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/route.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
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
Diffstat (limited to 'share/man/man4/route.4')
-rw-r--r--share/man/man4/route.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index 1be1c5b..15cab83 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -36,7 +36,7 @@
.Dt ROUTE 4
.Os
.Sh NAME
-.Nm route
+.Nm route
.Nd kernel packet forwarding database
.Sh SYNOPSIS
.Fd #include <sys/types.h>
@@ -86,7 +86,7 @@ is requested to address the packet to the gateway listed in the routing entry
(i.e. the packet is forwarded).
.Pp
When routing a packet,
-the kernel will attempt to find
+the kernel will attempt to find
the most specific route matching the destination.
(If there are two different mask and value-under-the-mask pairs
that match, the more specific is the one with more bits in the mask.
@@ -168,14 +168,14 @@ at the
.Dv SOL_SOCKET
level is to be turned off.
A process may ignore all messages from the routing socket
-by doing a
+by doing a
.Xr shutdown 2
system call for further input.
.Pp
If a route is in use when it is deleted,
the routing entry will be marked down and removed from the routing table,
but the resources associated with it will not
-be reclaimed until all references to it are released.
+be reclaimed until all references to it are released.
User processes can obtain information about the routing
entry to a specific destination by using a
.Dv RTM_GET
OpenPOWER on IntegriCloud