svn commit: r232382 - head/share/man/man9

Sergey Kandaurov pluknet at FreeBSD.org
Fri Mar 2 09:30:54 UTC 2012


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


More information about the svn-src-head mailing list