Document constantness of dst argument to if_output.

Submitted by:	pluknet
This commit is contained in:
Gleb Smirnoff 2013-04-26 13:18:07 +00:00
parent 45b395cd2f
commit a63fedfda7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249928

View File

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