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"
_______________________________________________
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