diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 12:54:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 12:54:34 +0000 |
| commit | 2c9ba841c61cbced165336bd4e2b21be82cfdcd0 (patch) | |
| tree | e39d42cf74723b3df3536879e39f32997a31f8e0 | |
| parent | 802cdd5fb2e92e996b25d8bab9262e5e8f7346b0 (diff) | |
Notes
| -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 71c38eef4f3ea..0aacaa3ff7ef0 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 |
