components/wireshark/patches/man.patch
branchs11-update
changeset 4313 ab47f4c0c6fc
parent 2788 5d4a0834a077
child 5619 4d97a998cbcc
child 6091 38710fddf8c7
equal deleted inserted replaced
4312:303b64077974 4313:ab47f4c0c6fc
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 Solaris specific documentation changes.
       
     5 
     1 --- doc/tshark.pod
     6 --- doc/tshark.pod
     2 +++ doc/tshark.pod
     7 +++ doc/tshark.pod
     3 @@ -449,9 +449,9 @@
     8 @@ -478,9 +478,9 @@
     4  
     9  
     5  Network interface names should match one of the names listed in
    10  Network interface names should match one of the names listed in
     6  "B<tshark -D>" (described above); a number, as reported by
    11  "B<tshark -D>" (described above); a number, as reported by
     7 -"B<tshark -D>", can also be used.  If you're using UNIX, "B<netstat
    12 -"B<tshark -D>", can also be used.  If you're using UNIX, "B<netstat
     8 --i>" or "B<ifconfig -a>" might also work to list interface names,
    13 --i>" or "B<ifconfig -a>" might also work to list interface names,
    11 +that are displayed with the command "dladm show-link" or "ipadm show-if"
    16 +that are displayed with the command "dladm show-link" or "ipadm show-if"
    12 +can be used with the "-i" command line option.
    17 +can be used with the "-i" command line option.
    13  
    18  
    14  If no interface is specified, B<TShark> searches the list of
    19  If no interface is specified, B<TShark> searches the list of
    15  interfaces, choosing the first non-loopback interface if there are any
    20  interfaces, choosing the first non-loopback interface if there are any
    16 @@ -1403,7 +1403,7 @@
    21 @@ -1469,7 +1469,7 @@
    17  
    22  
    18  =head1 CAPTURE FILTER SYNTAX
    23  =head1 CAPTURE FILTER SYNTAX
    19  
    24  
    20 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    25 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    21 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    26 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    22  or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
    27  or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
    23  
    28  
    24  =head1 READ FILTER SYNTAX
    29  =head1 READ FILTER SYNTAX
    25 @@ -1672,7 +1672,7 @@
    30 @@ -1756,7 +1756,7 @@
    26  =head1 SEE ALSO
    31  =head1 SEE ALSO
    27  
    32  
    28  wireshark-filter(4), wireshark(1), editcap(1), pcap(3), dumpcap(1),
    33  wireshark-filter(4), wireshark(1), editcap(1), pcap(3), dumpcap(1),
    29 -text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8)
    34 -text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8)
    30 +text2pcap(1), mergecap(1), pcap-filter(5) or tcpdump(1)
    35 +text2pcap(1), mergecap(1), pcap-filter(5) or tcpdump(1)
    44 +that are displayed with the command "dladm show-link" or "ipadm show-if"
    49 +that are displayed with the command "dladm show-link" or "ipadm show-if"
    45 +can be used with the "-i" command line option.
    50 +can be used with the "-i" command line option.
    46  
    51  
    47  If no interface is specified, B<Wireshark> searches the list of
    52  If no interface is specified, B<Wireshark> searches the list of
    48  interfaces, choosing the first non-loopback interface if there are any
    53  interfaces, choosing the first non-loopback interface if there are any
    49 @@ -2457,7 +2457,7 @@
    54 @@ -2476,7 +2476,7 @@
    50  
    55  
    51  =head1 CAPTURE FILTER SYNTAX
    56  =head1 CAPTURE FILTER SYNTAX
    52  
    57  
    53 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    58 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    54 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    59 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    55  or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
    60  or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
    56  
    61  
    57  =head1 DISPLAY FILTER SYNTAX
    62  =head1 DISPLAY FILTER SYNTAX
    58 @@ -2837,7 +2837,7 @@
    63 @@ -2874,7 +2874,7 @@
    59  =head1 SEE ALSO
    64  =head1 SEE ALSO
    60  
    65  
    61  wireshark-filter(4), tshark(1), editcap(1), pcap(3), dumpcap(1), mergecap(1),
    66  wireshark-filter(4), tshark(1), editcap(1), pcap(3), dumpcap(1), mergecap(1),
    62 -text2pcap(1), pcap-filter(7) or tcpdump(8)
    67 -text2pcap(1), pcap-filter(7) or tcpdump(8)
    63 +text2pcap(1), pcap-filter(5) or tcpdump(1)
    68 +text2pcap(1), pcap-filter(5) or tcpdump(1)
    75  
    80  
    76  =head1 NOTES
    81  =head1 NOTES
    77  
    82  
    78 --- doc/dumpcap.pod
    83 --- doc/dumpcap.pod
    79 +++ doc/dumpcap.pod
    84 +++ doc/dumpcap.pod
    80 @@ -342,13 +342,13 @@
    85 @@ -349,13 +349,13 @@
    81  
    86  
    82  =head1 CAPTURE FILTER SYNTAX
    87  =head1 CAPTURE FILTER SYNTAX
    83  
    88  
    84 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    89 -See the manual page of pcap-filter(7) or, if that doesn't exist, tcpdump(8),
    85 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    90 +See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1),
    93  
    98  
    94  =head1 NOTES
    99  =head1 NOTES
    95  
   100  
    96 --- doc/editcap.pod
   101 --- doc/editcap.pod
    97 +++ doc/editcap.pod
   102 +++ doc/editcap.pod
    98 @@ -339,7 +339,7 @@
   103 @@ -380,7 +380,7 @@
    99  =head1 SEE ALSO
   104  =head1 SEE ALSO
   100  
   105  
   101  pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), capinfos(1),
   106  pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), capinfos(1),
   102 -text2pcap(1), od(1), pcap-filter(7) or tcpdump(8)
   107 -text2pcap(1), od(1), pcap-filter(7) or tcpdump(8)
   103 +text2pcap(1), od(1), pcap-filter(5) or tcpdump(1)
   108 +text2pcap(1), od(1), pcap-filter(5) or tcpdump(1)
   115  
   120  
   116  =head1 NOTES
   121  =head1 NOTES
   117  
   122  
   118 --- doc/rawshark.pod
   123 --- doc/rawshark.pod
   119 +++ doc/rawshark.pod
   124 +++ doc/rawshark.pod
   120 @@ -507,7 +507,7 @@
   125 @@ -546,7 +546,7 @@
   121  =head1 SEE ALSO
   126  =head1 SEE ALSO
   122  
   127  
   123  wireshark-filter(4), wireshark(1), tshark(1), editcap(1), pcap(3), dumpcap(1),
   128  wireshark-filter(4), wireshark(1), tshark(1), editcap(1), pcap(3), dumpcap(1),
   124 -text2pcap(1), pcap-filter(7) or tcpdump(8)
   129 -text2pcap(1), pcap-filter(7) or tcpdump(8)
   125 +text2pcap(1), pcap-filter(5) or tcpdump(1)
   130 +text2pcap(1), pcap-filter(5) or tcpdump(1)
   126  
   131  
   127  =head1 NOTES
   132  =head1 NOTES
   128  
   133  
   129 --- doc/text2pcap.pod
   134 --- doc/text2pcap.pod
   130 +++ doc/text2pcap.pod
   135 +++ doc/text2pcap.pod
   131 @@ -223,7 +223,7 @@
   136 @@ -238,7 +238,7 @@
   132  =head1 SEE ALSO
   137  =head1 SEE ALSO
   133  
   138  
   134  od(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1),
   139  od(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1),
   135 -editcap(1), strptime(3), pcap-filter(7) or tcpdump(8)
   140 -editcap(1), strptime(3), pcap-filter(7) or tcpdump(8)
   136 +editcap(1), strptime(3), pcap-filter(5) or tcpdump(1)
   141 +editcap(1), strptime(3), pcap-filter(5) or tcpdump(1)