Document constantness of dst argument to if_output.
Submitted by: pluknet
This commit is contained in:
parent
9efad16075
commit
92fe819b2b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user