Correct typo in function declaration (s/if_dont/if_done).
PR: docs/50136 Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org> MFC After: 4.8
This commit is contained in:
parent
1e23ef6959
commit
ce0e4dfa2c
@ -93,7 +93,7 @@
|
||||
.Ft void
|
||||
.Fn \*(lp*if_start\*(rp "struct ifnet *ifp"
|
||||
.Ft int
|
||||
.Fn \*(lp*if_dont\*(rp "struct ifnet *ifp"
|
||||
.Fn \*(lp*if_done\*(rp "struct ifnet *ifp"
|
||||
.Ft int
|
||||
.Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "int cmd" "caddr_t data"
|
||||
.Ft void
|
||||
|
Loading…
Reference in New Issue
Block a user