diff -urNad /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/Makefile.in tcpdump-3.8.3/Makefile.in --- /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/Makefile.in 2004-05-08 09:12:28 +0200 +++ tcpdump-3.8.3/Makefile.in 2004-05-08 09:13:23 +0200 @@ -157,13 +157,13 @@ [ -d $(DESTDIR)$(sbindir) ] || \ (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir)) $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG) - [ -d $(DESTDIR)$(mandir)/man1 ] || \ - (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1) - $(INSTALL_DATA) $(srcdir)/$(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1 + [ -d $(DESTDIR)$(mandir)/man8 ] || \ + (mkdir -p $(DESTDIR)$(mandir)/man8; chmod 755 $(DESTDIR)$(mandir)/man8) + $(INSTALL_DATA) $(srcdir)/$(PROG).1 $(DESTDIR)$(mandir)/man8/$(PROG).8 uninstall: rm -f $(DESTDIR)$(sbindir)/$(PROG) - rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1 + rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 lint: $(GENSRC) lint -hbxn $(SRC) | \ diff -urNad /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/tcpdump.1 tcpdump-3.8.3/tcpdump.1 --- /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/tcpdump.1 2004-05-08 09:12:32 +0200 +++ tcpdump-3.8.3/tcpdump.1 2004-05-08 09:18:27 +0200 @@ -22,7 +22,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH TCPDUMP 1 "22 March 2004" +.TH TCPDUMP 8 "8 May 2004" .SH NAME tcpdump \- dump traffic on a network .SH SYNOPSIS @@ -672,7 +672,7 @@ True if the ethernet destination address is \fIehost\fP. \fIEhost\fP may be either a name from /etc/ethers or a number (see -.IR ethers (3N) +.IR ethers (5) for numeric format). .IP "\fBether src \fIehost\fP True if the ethernet source address is \fIehost\fP. @@ -699,7 +699,7 @@ True if the IPv4/v6 destination address of the packet has a network number of \fInet\fP. \fINet\fP may be either a name from /etc/networks -or a network number (see \fInetworks(4)\fP for details). +or a network number (see \fInetworks(5)\fP for details). .IP "\fBsrc net \fInet\fR" True if the IPv4/v6 source address of the packet has a network number of \fInet\fP. @@ -718,9 +718,9 @@ True if the packet is ip/tcp, ip/udp, ip6/tcp or ip6/udp and has a destination port value of \fIport\fP. The \fIport\fP can be a number or a name used in /etc/services (see -.IR tcp (4P) +.IR tcp (7) and -.IR udp (4P)). +.IR udp (7)). If a name is used, both the port number and protocol are checked. If a number or ambiguous name is used,