summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ifnet.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-15 12:54:34 +0000
committerbde <bde@FreeBSD.org>2001-02-15 12:54:34 +0000
commit5655168b87e22a331c5fc3b603901647ff90b2e4 (patch)
tree11f7bec9034d60fffe6172ac39efeeefd3087764 /share/man/man9/ifnet.9
parentc68f867ba3e130c48bb2921e9e688b3adc598fda (diff)
downloadFreeBSD-src-5655168b87e22a331c5fc3b603901647ff90b2e4.zip
FreeBSD-src-5655168b87e22a331c5fc3b603901647ff90b2e4.tar.gz
Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctl
command numbers had not reached here.
Diffstat (limited to 'share/man/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 71c38ee..0aacaa3 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -50,7 +50,7 @@
.Ft void
.Fn if_down "struct ifnet *ifp"
.Ft int
-.Fn ifioctl "struct socket *so" "int cmd" "caddr_t data" "struct proc *p"
+.Fn ifioctl "struct socket *so" "u_long cmd" "caddr_t data" "struct proc *p"
.Ft int
.Fn ifpromisc "struct ifnet *ifp" "int pswitch"
.Ft int
OpenPOWER on IntegriCloud