In Solaris 12, we will be normalizing man pages. See PSARC 2015/428.
This means that what was section 4, is now section 5 and what was in
section 5 is now in section 7. But currently only for Solaris 12.
This patch should eventually be sent upstream, but for that to happen
it will need to be reworked into a form that will be acceptable for
all versions of Solaris. Until then, we are just using this Solaris 12
specific patch.
--- tcpdump-4.7.4/configure.in.orig 2016-04-20 10:28:53.794215793 -0700
+++ tcpdump-4.7.4/configure.in 2016-04-20 10:29:23.681239586 -0700
@@ -942,12 +942,6 @@
solaris*)
V_GROUP=sys
-
- #
- # Use System V conventions for man pages.
- #
- MAN_FILE_FORMATS=4
- MAN_MISC_INFO=5
;;
esac