Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2008 23:15:15 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r185949 - projects/arpv2_merge_1/share/man/man9
Message-ID:  <200812112315.mBBNFFSm079458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812112315.mBBNFFSm079458>