summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-01-26 12:08:23 +0000
committeryar <yar@FreeBSD.org>2004-01-26 12:08:23 +0000
commitd46e2b1219de41b40829d7e36f032b7b272f220e (patch)
tree1eacba6d98ce20925bee0cab5fba8b71bc7471e3 /share/man
parent170e73ecd38bec04e3d3094f6df0f44772963819 (diff)
downloadFreeBSD-src-d46e2b1219de41b40829d7e36f032b7b272f220e.zip
FreeBSD-src-d46e2b1219de41b40829d7e36f032b7b272f220e.tar.gz
Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updated
at the common ifioctl() level.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/ifnet.95
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index c2bf431..b2be60f 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -986,7 +986,10 @@ or
is called as appropriate.
Flags listed in
.Dv IFF_CANTCHANGE
-are masked off, and the driver
+are masked off, and the field
+.Va if_flags
+in the interface structure is updated.
+Finally, the driver
.Fn if_ioctl
routine is called to perform any setup
requested.
OpenPOWER on IntegriCloud