svn commit: r185949 - projects/arpv2_merge_1/share/man/man9

Kip Macy kmacy at FreeBSD.org
Thu Dec 11 15:15:15 PST 2008


Author: kmacy
Date: Thu Dec 11 23:15:15 2008
New Revision: 185949
URL: http://svn.freebsd.org/changeset/base/185949

Log:
  - update types of refcnt and flags
  - fix dangling sentence

Modified:
  projects/arpv2_merge_1/share/man/man9/rtentry.9

Modified: projects/arpv2_merge_1/share/man/man9/rtentry.9
==============================================================================
--- projects/arpv2_merge_1/share/man/man9/rtentry.9	Thu Dec 11 23:13:02 2008	(r185948)
+++ projects/arpv2_merge_1/share/man/man9/rtentry.9	Thu Dec 11 23:15:15 2008	(r185949)
@@ -76,8 +76,11 @@ right (some protocols will put a link-la
 intermediate stop on the way to that destination (if the
 .Dv RTF_GATEWAY
 flag is set).
-.It Vt "u_long rt_flags" ;
+.It Vt "int rt_flags" ;
 See below.
+.It Vt "int rt_refcnt" ;
+Route entries are reference-counted; this field indicates the number
+of external (to the radix tree) references.
 .It Vt "struct ifnet *rt_ifp" ;
 .It Vt "struct ifaddr *rt_ifa" ;
 These two fields represent the
@@ -88,10 +91,6 @@ packet to the destination or set of dest
 represents.
 .It Vt "struct rt_metrics_lite rt_rmx" ;
 See below.
-.It Vt "long rt_refcnt" ;
-Route entries are reference-counted; this field indicates the number
-of external (to the radix tree) references.
-If the
 .Dv RTF_UP
 flag is not present, the
 .Fn rtfree
@@ -251,4 +250,3 @@ and
 .Va rmx_filler
 fields could be named better.
 .Pp
-


More information about the svn-src-projects mailing list