diff options
author | pluknet <pluknet@FreeBSD.org> | 2012-03-06 12:20:37 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2012-03-06 12:20:37 +0000 |
commit | 46c04cbc53e36003415dca828c9f86150b6cbd0f (patch) | |
tree | 753d046c9a8837d2e0c0a3fd8df0abd3234d303d /share | |
parent | 613d36617d21dd9d989e3740328277113762e710 (diff) | |
download | FreeBSD-src-46c04cbc53e36003415dca828c9f86150b6cbd0f.zip FreeBSD-src-46c04cbc53e36003415dca828c9f86150b6cbd0f.tar.gz |
Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.
This part was missed in r199992.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/ifnet.9 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 43ee6c7..b439623 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -114,8 +114,6 @@ .Ft int .Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "u_long cmd" "caddr_t data" .Ft void -.Fn \*(lp*if_watchdog\*(rp "struct ifnet *ifp" -.Ft void .Fn \*(lp*if_init\*(rp "void *if_softc" .Ft int .Fo \*(lp*if_resolvemulti\*(rp |