aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2021-04-09 14:22:12 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2021-04-16 08:35:14 +0000
commitc91586dcfc9ed2cb94b672b6ac0a21aaace2dff1 (patch)
tree708317fd5a4f3fcc516b38a28b2334a02e6f34f8
parenta1f4a2d6be36392dbf477b8d287cc5145593cfb0 (diff)
downloadsrc-c91586dcfc9ed2cb94b672b6ac0a21aaace2dff1.tar.gz
src-c91586dcfc9ed2cb94b672b6ac0a21aaace2dff1.zip
Removed the reference to the deprecated splx API from ifnet(9).
Reviewed by: emaste, markj PR: 254880 Differential Revision: https://reviews.freebsd.org/D29666 (cherry picked from commit f2400e6e832d42ca72b0d04ecd070598f4a81eb7)
-rw-r--r--share/man/man9/ifnet.99
1 files changed, 0 insertions, 9 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 7508fada315a..ebe202079588 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -1358,15 +1358,6 @@ The socket's protocol control routine is called to implement the
requested action.
.El
.El
-.Pp
-.Fn if_down ,
-.Fn ifioctl ,
-.Fn ifpromisc ,
-and
-.Fn if_up
-must be called at
-.Fn splnet
-or higher.
.Ss "Interface Address Functions"
Several functions exist to look up an interface address structure
given an address.