mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue