man pages: deprecate Internet Class A/B/C
Mark functions inet_netof(), inet_lnaof(), and inet_makeaddr() as
deprecated, as they assume Class A/B/C. inet_makeaddr() mostly works
when networks are a multiple of 8 bits, but warn for anything other
than historical classes. Reduce other mentions of network classes.
Reviewed by: bcr, manpages
Differential Revision: https://reviews.freebsd.org/D32711
(cherry picked from commit 12bd931d8c64ad2d5e78c7ab917efbff326152ca)