diff -r fdb83c1ab705 -r eae106639cae components/libdnet/patches/dnet.3.patch --- a/components/libdnet/patches/dnet.3.patch Wed Nov 09 09:02:00 2016 -0800 +++ b/components/libdnet/patches/dnet.3.patch Wed Nov 09 09:06:55 2016 -0800 @@ -459,9 +459,9 @@ -.Xr arp 4 -cache and -.Xr route 4 -+arp(4) ++arp(8) +cache and -+route(4) ++route(8) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided @@ -632,7 +632,7 @@ +arp_open is used to obtain a handle to access the kernel -.Xr arp 4 -+arp(4) ++arp(8) cache. -.Pp -.Fn arp_add @@ -667,7 +667,7 @@ +arp_loop iterates over the kernel -.Xr arp 4 -+arp(4) ++arp(8) cache, invoking the specified -.Fa callback +callback @@ -1279,7 +1279,7 @@ +route_open is used to obtain a handle to access the kernel -.Xr route 4 -+route(4) ++route(8) table. -.Pp -.Fn route_add @@ -1314,7 +1314,7 @@ +route_loop iterates over the kernel -.Xr route 4 -+route(4) ++route(8) table, invoking the specified -.Fa callback +callback