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:
parent
802cdd5fb2
commit
2c9ba841c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user