diff options
-rw-r--r-- | share/man/man9/ifnet.9 | 2 |
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 |