man.patch revision 5617
32N/APatch origin: in-house
32N/APatch status: Solaris-specific; not suitable for upstream
1339N/A
32N/ASolaris specific documentation changes.
32N/A
919N/A--- doc/tshark.pod
919N/A+++ doc/tshark.pod
919N/A@@ -488,9 +488,9 @@
919N/A
919N/A Network interface names should match one of the names listed in
919N/A "B<tshark -D>" (described above); a number, as reported by
919N/A-"B<tshark -D>", can also be used. If you're using UNIX, "B<netstat
919N/A--i>" or "B<ifconfig -a>" might also work to list interface names,
919N/A-although not all versions of UNIX support the B<-a> option to B<ifconfig>.
919N/A+"B<tshark -D>", can also be used. On Solaris, all network interfaces
919N/A+that are displayed with the command "dladm show-link" or "ipadm show-if"
919N/A+can be used with the "-i" command line option.
919N/A
919N/A If no interface is specified, B<TShark> searches the list of
919N/A interfaces, choosing the first non-loopback interface if there are any
919N/A@@ -1551,7 +1551,7 @@
919N/A
32N/A =head1 CAPTURE FILTER SYNTAX
32N/A
32N/A-See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
32N/A+See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(1),
493N/A or, if that doesn't exist, L<https://wiki.wireshark.org/CaptureFilters>.
32N/A
32N/A =head1 READ FILTER SYNTAX
999N/A@@ -1812,7 +1812,7 @@
32N/A =head1 SEE ALSO
911N/A
999N/A wireshark-filter(4), wireshark(1), editcap(1), pcap(3), dumpcap(1),
999N/A-text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8)
911N/A+text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(1)
32N/A
32N/A =head1 NOTES
32N/A
1339N/A--- doc/wireshark.pod.template
1339N/A+++ doc/wireshark.pod.template
1339N/A@@ -366,9 +366,9 @@
32N/A
32N/A Network interface names should match one of the names listed in
"B<wireshark -D>" (described above); a number, as reported by
-"B<wireshark -D>", can also be used. If you're using UNIX, "B<netstat
--i>" or "B<ifconfig -a>" might also work to list interface names,
-although not all versions of UNIX support the B<-a> flag to B<ifconfig>.
+"B<wireshark -D>", can also be used. On Solaris, all network interfaces
+that are displayed with the command "dladm show-link" or "ipadm show-if"
+can be used with the "-i" command line option.
If no interface is specified, B<Wireshark> searches the list of
interfaces, choosing the first non-loopback interface if there are any
@@ -2529,7 +2529,7 @@
=head1 CAPTURE FILTER SYNTAX
-See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
+See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(1),
or, if that doesn't exist, L<https://wiki.wireshark.org/CaptureFilters>.
=head1 DISPLAY FILTER SYNTAX
@@ -2901,7 +2901,7 @@
=head1 SEE ALSO
wireshark-filter(4), tshark(1), editcap(1), pcap(3), dumpcap(1), mergecap(1),
-text2pcap(1), pcap-filter(7) or tcpdump(8)
+text2pcap(1), pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/capinfos.pod
+++ doc/capinfos.pod
@@ -348,7 +348,7 @@
=head1 SEE ALSO
pcap(3), wireshark(1), mergecap(1), editcap(1), tshark(1),
-dumpcap(1), pcap-filter(7) or tcpdump(8)
+dumpcap(1), pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/dumpcap.pod
+++ doc/dumpcap.pod
@@ -349,13 +349,13 @@
=head1 CAPTURE FILTER SYNTAX
-See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
+See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(1),
or, if that doesn't exist, L<https://wiki.wireshark.org/CaptureFilters>.
=head1 SEE ALSO
wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap(3),
-pcap-filter(7) or tcpdump(8)
+pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/editcap.pod
+++ doc/editcap.pod
@@ -416,7 +416,7 @@
=head1 SEE ALSO
pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), capinfos(1),
-text2pcap(1), od(1), pcap-filter(7) or tcpdump(8)
+text2pcap(1), od(1), pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/mergecap.pod
+++ doc/mergecap.pod
@@ -145,7 +145,7 @@
=head1 SEE ALSO
pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), text2pcap(1),
-pcap-filter(7) or tcpdump(8)
+pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/rawshark.pod
+++ doc/rawshark.pod
@@ -522,7 +522,7 @@
=head1 SEE ALSO
wireshark-filter(4), wireshark(1), tshark(1), editcap(1), pcap(3), dumpcap(1),
-text2pcap(1), pcap-filter(7) or tcpdump(8)
+text2pcap(1), pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/text2pcap.pod
+++ doc/text2pcap.pod
@@ -244,7 +244,7 @@
=head1 SEE ALSO
od(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1),
-editcap(1), strptime(3), pcap-filter(7) or tcpdump(8)
+editcap(1), strptime(3), pcap-filter(7) or tcpdump(1)
=head1 NOTES
--- doc/wireshark-filter.pod
+++ doc/wireshark-filter.pod
This manpage does not describe the capture filter syntax, which is
different. See the manual page of pcap-filter(7) or, if that doesn't exist,
-tcpdump(8), or, if that doesn't exist, L<https://wiki.wireshark.org/CaptureFilters>
+tcpdump(1), or, if that doesn't exist, L<https://wiki.wireshark.org/CaptureFilters>
for a description of capture filters.
=head1 SEE ALSO
-wireshark(1), tshark(1), editcap(1), pcap(3), pcap-filter(7) or tcpdump(8) if it
+wireshark(1), tshark(1), editcap(1), pcap(3), pcap-filter(7) or tcpdump(1) if it
doesn't exist.
=head1 AUTHORS