aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ifnet.9
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-09-27 08:47:02 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-09-27 08:47:02 +0000
commit3925fe313553e2eefc7658e90a1e29b661027c82 (patch)
tree5edb619b352b89dcbaddf6f3628181c88a9a7a23 /share/man/man9/ifnet.9
parent3ff511d3163f1ce84b91290eb76d542378649a1d (diff)
downloadsrc-3925fe313553e2eefc7658e90a1e29b661027c82.tar.gz
src-3925fe313553e2eefc7658e90a1e29b661027c82.zip
- Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the
interface address list - Update IFF_RENAMING macro descriptions
Notes
Notes: svn path=/head/; revision=306363
Diffstat (limited to 'share/man/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index d6a51964fb28..f34e5f0e7be6 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -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 released and still has
.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 list
(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