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

Gleb Smirnoff glebius at FreeBSD.org
Fri Apr 26 13:18:07 UTC 2013


Author: glebius
Date: Fri Apr 26 13:18:07 2013
New Revision: 249928
URL: http://svnweb.freebsd.org/changeset/base/249928

Log:
  Document constantness of dst argument to if_output.
  
  Submitted by:	pluknet

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

Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9	Fri Apr 26 13:03:22 2013	(r249927)
+++ head/share/man/man9/ifnet.9	Fri Apr 26 13:18:07 2013	(r249928)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 23, 2012
+.Dd April 26, 2013
 .Dt IFNET 9
 .Os
 .Sh NAME
@@ -103,7 +103,7 @@
 .Ft int
 .Fo \*(lp*if_output\*(rp
 .Fa "struct ifnet *ifp" "struct mbuf *m"
-.Fa "struct sockaddr *dst" "struct route *ro"
+.Fa "const 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