5842N/APatch status: Solaris-specific; not suitable for upstream
5842N/ASolaris specific documentation changes.
6228N/A .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
6228N/A .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
6228N/A+.TH TCPDUMP 8 "11 July 2014"
6228N/A tcpdump \- dump traffic on a network
5842N/A argument of ``any'' can be used to capture packets from all interfaces.
5842N/A Note that captures on the ``any'' device will not be done in promiscuous
5842N/A+mode. Currently, Solaris supports the ``any'' interface argument as well.
6228N/A@@ -409,13 +409,13 @@ install: all
6228N/A (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
6228N/A $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
6228N/A $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
6228N/A- [ -d $(DESTDIR)$(mandir)/man1 ] || \
6228N/A- (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
6228N/A- $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
6228N/A+ [ -d $(DESTDIR)$(mandir)/man8 ] || \
6228N/A+ (mkdir -p $(DESTDIR)$(mandir)/man8; chmod 755 $(DESTDIR)$(mandir)/man8)
6228N/A+ $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man8/$(PROG).8
6228N/A rm -f $(DESTDIR)$(sbindir)/$(PROG)
6228N/A- rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1
6228N/A+ rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8