Re: netintro.4: sync struct ifreq with if.h

2017-11-16 Thread Sebastian Benoit
ok Theo Buehler(t...@theobuehler.org) on 2017.11.16 12:12:55 +0100: > ifr_vnetid is now a proper member of struct ifreq and is no longer > overloaded with ifr_metric. Moreover, ifr_index and ifr_llprio were > missing and mandoc -Tlint complained about a "useless macro: Tn". > > ok? > > Index: s

netintro.4: sync struct ifreq with if.h

2017-11-16 Thread Theo Buehler
ifr_vnetid is now a proper member of struct ifreq and is no longer overloaded with ifr_metric. Moreover, ifr_index and ifr_llprio were missing and mandoc -Tlint complained about a "useless macro: Tn". ok? Index: share/man/man4/netintro.4 ==