From 2c9ba841c61cbced165336bd4e2b21be82cfdcd0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 15 Feb 2001 12:54:34 +0000 Subject: Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctl command numbers had not reached here. --- share/man/man9/ifnet.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3