From owner-svn-src-head@freebsd.org Tue Sep 27 08:47:04 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 372FFBE98D0; Tue, 27 Sep 2016 08:47:04 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 049D014D; Tue, 27 Sep 2016 08:47:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8R8l3TJ012205; Tue, 27 Sep 2016 08:47:03 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8R8l3vd012204; Tue, 27 Sep 2016 08:47:03 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201609270847.u8R8l3vd012204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Tue, 27 Sep 2016 08:47:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306363 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 08:47:04 -0000 Author: kevlo Date: Tue Sep 27 08:47:02 2016 New Revision: 306363 URL: https://svnweb.freebsd.org/changeset/base/306363 Log: - Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the interface address list - Update IFF_RENAMING macro descriptions Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 ============================================================================== --- head/share/man/man9/ifnet.9 Tue Sep 27 08:11:09 2016 (r306362) +++ head/share/man/man9/ifnet.9 Tue Sep 27 08:47:02 2016 (r306363) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 11, 2016 +.Dd September 27, 2016 .Dt IFNET 9 .Os .Sh NAME @@ -642,7 +642,7 @@ structure of this interface is being rel .Va if_refcount references. .It Dv IFF_RENAMING -.Aq D* +.Aq D Set when this interface is being renamed. .El .Ss "Interface Capabilities Flags" @@ -1014,7 +1014,7 @@ Every interface is associated with a lis (or, rather, a .Li TAILQ ) of addresses, rooted at the interface structure's -.Va if_addrlist +.Va if_addrhead member. The first element in this list is always an .Dv AF_LINK