Document constantness of dst argument to if_output.
Submitted by: pluknet
This commit is contained in:
parent
45b395cd2f
commit
a63fedfda7
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 23, 2012
|
.Dd April 26, 2013
|
||||||
.Dt IFNET 9
|
.Dt IFNET 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -103,7 +103,7 @@
|
|||||||
.Ft int
|
.Ft int
|
||||||
.Fo \*(lp*if_output\*(rp
|
.Fo \*(lp*if_output\*(rp
|
||||||
.Fa "struct ifnet *ifp" "struct mbuf *m"
|
.Fa "struct ifnet *ifp" "struct mbuf *m"
|
||||||
.Fa "struct sockaddr *dst" "struct route *ro"
|
.Fa "const struct sockaddr *dst" "struct route *ro"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft void
|
.Ft void
|
||||||
.Fn \*(lp*if_start\*(rp "struct ifnet *ifp"
|
.Fn \*(lp*if_start\*(rp "struct ifnet *ifp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user