Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctl

command numbers had not reached here.
This commit is contained in:
Bruce Evans 2001-02-15 12:54:34 +00:00
parent 802cdd5fb2
commit 2c9ba841c6

View File

@ -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