summaryrefslogtreecommitdiffstats
path: root/share/man/man9/rtentry.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2004-05-05 10:47:19 +0000
committerhmp <hmp@FreeBSD.org>2004-05-05 10:47:19 +0000
commitfb743e17de1f708a45750049683c795deb77c905 (patch)
treef127b925493a001faed19817795b49fd41c0accb /share/man/man9/rtentry.9
parentb13085958e9ed77ae81ed6a6c08e611d27a0a949 (diff)
downloadFreeBSD-src-fb743e17de1f708a45750049683c795deb77c905.zip
FreeBSD-src-fb743e17de1f708a45750049683c795deb77c905.tar.gz
mdoc(7) police:
* correctly place parenthisized sentences * remove hard sentence breaks * use .Vt instead of .Fn
Diffstat (limited to 'share/man/man9/rtentry.9')
-rw-r--r--share/man/man9/rtentry.931
1 files changed, 20 insertions, 11 deletions
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9
index 6c2d517..cd47b5b 100644
--- a/share/man/man9/rtentry.9
+++ b/share/man/man9/rtentry.9
@@ -62,9 +62,9 @@ These members also include in
their substructure the key (i.e., destination address) and mask used
when the route was created.
The
-.Fn rt_key \&rt
+.Vt rt_key \&rt
and
-.Fn rt_mask \&rt
+.Vt rt_mask \&rt
macros can be used to extract this information (in the form of a
.Dq Li "struct sockaddr *" )
given a
@@ -125,10 +125,13 @@ route is generated.
When the
.Dv RTF_LLINFO
flag is set, this field contains information specific to the link
-layer represented by the named interface address. (It is normally
-managed by the
-.Fn rt_ifa->ifa_rtrequest
-routine.) Protocols such as
+layer represented by the named interface address.
+.Po
+It is normally managed by the
+.Vt rt_ifa->ifa_rtrequest
+routine.
+.Pc
+Protocols such as
.Xr arp 4
use this field to reference per-destination state internal to that
protocol.
@@ -194,8 +197,11 @@ When this route is returned as a result of a lookup, send a report on
the
.Xr route 4
interface requesting that an external process perform resolution for
-this route. (Used in conjunction with
-.Dv RTF_CLONING . )
+this route.
+.Po
+Used in conjunction with
+.Dv RTF_CLONING .
+.Pc
.It Dv RTF_LLINFO
Indicates that this route represents information being managed by a
link layer's adaptation layer (e.g.,
@@ -213,11 +219,14 @@ Protocol-specific.
.It Dv RTF_PRCLONING
Like
.Dv RTF_CLONING ,
-only managed by an entire protocol. (E.g.,
+only managed by an entire protocol.
+.Po
+E.g.,
.Tn IP
uses this flag to manage a per-host cache integrated with the routing
table, for those destinations which do not have a link layer
-performing this function.)
+performing this function.
+.Pc
.It Dv RTF_WASCLONED
Indicates that this route was generated as a result of cloning
requested by the
@@ -337,7 +346,7 @@ fields could be named better.
There is some disagreement over whether it is legitimate for
.Dv RTF_LLINFO
to be set by any process other than
-.Fn rt_ifa->ifa_rtrequest .
+.Vt rt_ifa->ifa_rtrequest .
.Sh AUTHORS
This manual page was written by
.An Garrett Wollman .
OpenPOWER on IntegriCloud