From owner-svn-src-projects@FreeBSD.ORG Thu Dec 11 23:15:15 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD412106564A; Thu, 11 Dec 2008 23:15:15 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ACDFB8FC24; Thu, 11 Dec 2008 23:15:15 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBBNFFn7079459; Thu, 11 Dec 2008 23:15:15 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBBNFFSm079458; Thu, 11 Dec 2008 23:15:15 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200812112315.mBBNFFSm079458@svn.freebsd.org> From: Kip Macy Date: Thu, 11 Dec 2008 23:15:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185949 - projects/arpv2_merge_1/share/man/man9 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 23:15:15 -0000 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 -