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

Sergey Kandaurov pluknet at FreeBSD.org
Wed Mar 7 11:29:43 UTC 2012


Author: pluknet
Date: Wed Mar  7 11:29:43 2012
New Revision: 232654
URL: http://svn.freebsd.org/changeset/base/232654

Log:
  Reflect that if_output changed to take a struct route as its fourth
  argument (r191148).
  
  MFC after:	1 week

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

Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9	Wed Mar  7 11:18:38 2012	(r232653)
+++ head/share/man/man9/ifnet.9	Wed Mar  7 11:29:43 2012	(r232654)
@@ -103,7 +103,7 @@
 .Ft int
 .Fo \*(lp*if_output\*(rp
 .Fa "struct ifnet *ifp" "struct mbuf *m"
-.Fa "struct sockaddr *dst" "struct rtentry *rt"
+.Fa "struct sockaddr *dst" "struct route *ro"
 .Fc
 .Ft void
 .Fn \*(lp*if_start\*(rp "struct ifnet *ifp"


More information about the svn-src-all mailing list