Author: pluknet
Date: Fri Mar  2 09:30:54 2012
New Revision: 232382
URL: http://svn.freebsd.org/changeset/base/232382

Log:
  ifp->if_ioctl() has moved to u_long cmd in r36735.
  Somehow that change had not reached here together with ifioctl().
  
  MFC after:    1 week

Modified:
  head/share/man/man9/ifnet.9

Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9 Fri Mar  2 09:30:16 2012        (r232381)
+++ head/share/man/man9/ifnet.9 Fri Mar  2 09:30:54 2012        (r232382)
@@ -110,7 +110,7 @@
 .Ft void
 .Fn \*(lp*if_qflush\*(rp "struct ifnet *ifp"
 .Ft int
-.Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "int cmd" "caddr_t data"
+.Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "u_long cmd" "caddr_t data"
 .Ft void
 .Fn \*(lp*if_watchdog\*(rp "struct ifnet *ifp"
 .Ft void
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to