We maintain our own tcpdump, so remove the sentence in the BUGS section that asks users to send bug reports to mainline tcpdump.
While here, fix the following mandoc -Tlint warnings: tcpdump.8:603:2: WARNING: skipping paragraph macro tcpdump.8:610:2: WARNING: skipping paragraph macro ok? Lawrence Index: tcpdump.8 =================================================================== RCS file: /cvs/src/usr.sbin/tcpdump/tcpdump.8,v retrieving revision 1.76 diff -u -p -r1.76 tcpdump.8 --- tcpdump.8 10 Jul 2012 18:07:37 -0000 1.76 +++ tcpdump.8 16 Aug 2012 02:35:56 -0000 @@ -600,14 +600,12 @@ True if the packet has a length less tha This is equivalent to: .Pp .D1 Cm len <= Ar length -.Pp .It Cm greater Ar length True if the packet has a length greater than or equal to .Ar length . This is equivalent to: .Pp .D1 Cm len >= Ar length -.Pp .It Cm ip proto Ar proto True if the packet is an IP packet (see .Xr ip 4 ) @@ -1883,11 +1881,6 @@ and .An Steven McCanne Aq [email protected] , all of the Lawrence Berkeley Laboratory, University of California, Berkeley, CA. .Sh BUGS -Please send bug reports to -.Aq [email protected] -or -.Aq [email protected] . -.Pp Some attempt should be made to reassemble IP fragments, or at least to compute the right length for the higher level protocol. .Pp
