netstat.1: Clarify -d argument
The man page states that the -d flag can be used to show the dropped
packets. But, the number of dropped input packets are always shown,
independent of the -d flag. This commit clarifies that the -d flag will
add the number of dropped output packets to the output.
MFC after: 3 days
Reviewed by: imp, Alexander Ziaee
Pull Request: https://github.com/freebsd/freebsd-src/pull/1332
(cherry picked from commit 1d551845f3e864e618a10ec6427bd46d887d4280)
(cherry picked from commit edbeda6b759459a9c2c5e8e12b18294d41959270)